◆ AssignToTransform()

void AssignToTransform ( Transform  transformToAssignTo,
bool  localNotWorld = true 
)
Parameters
transformToAssignToThe transform to which we should assign the values stored in this StoredTransform instance.
localNotWorldOption parameter, true by default. If set to true, will assign the information in the StorageTransform into the transformToAssignTo Transform's local values. Otherwise it will assign this information to the transformToAssignTo Transform's world values.

References StoredFullTransform.localPosition, StoredFullTransform.localRotation, StoredFullTransform.localScale, StoredFullTransform.lossyScale, StoredFullTransform.position, and StoredFullTransform.rotation.