◆ AssignToTransform()

override void AssignToTransform ( Transform  transformToAssignTo,
bool  restoreRootLocalNotWorld = true 
)
virtual
Parameters
transformToAssignToThe transform to which we should assign the values stored in this TransformStorageTree instance.
restoreRootLocalNotWorlddefines if the root transform should be restored with it's original world coordinates, or it's original local Coordinates (they may be different if the root has parent transforms that have been changed since recording.) Note: Selecting to restore the world transforms might lead to issues, particularly with scale since the local scale will need to be computed.

Reimplemented from TreeOfLocalTransforms.

References StoredTransform.AssignToTransform(), and TransformStorageTree.rootWorldTransform.

+ Here is the call graph for this function: