◆ StoredTransform() [2/4]

StoredTransform ( Transform  transform_to_copy,
bool  localNotWorld 
)
Parameters
transform_to_copythe (local-space) data in this transform will be copied into the new object.
localNotWorldIf set to true, will assign the transform_to_copy's local values to the new StoredTransform. Otherwise it will use the transform_to_copy's world values.

References StoredTransform.localPosition, StoredTransform.localRotation, StoredTransform.localScale, and StoredTransform.unclippedEulers.