◆ StoredTransform() [3/4]

StoredTransform ( StoredFullTransform  transform_to_copy,
bool  localNotWorld 
)
Parameters
transform_to_copythe transformation data in this object will be copied into the new object.
localNotWorldOptional parameter, true by default. If 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, StoredFullTransform.localPosition, StoredTransform.localRotation, StoredFullTransform.localRotation, StoredFullTransform.localScale, StoredTransform.localScale, StoredFullTransform.lossyScale, StoredFullTransform.position, StoredFullTransform.rotation, and StoredTransform.unclippedEulers.