◆ operator StoredTransform()

static implicit operator StoredTransform ( Transform  transform_to_copy)
static

The implicit Transform assignment operator will create a new StoredTransform object, and assign it the local values of the provided Transform.

Parameters
[in]transform_to_copythe (local-space) data in this transform will be copied into the new object.
Returns
A new TransformStoage instance that contains the local values of the provided Transform, is returned.
Parameters
transform_to_copythe (local-space) data in this transform will be copied into the new object.
Returns
A new TransformStoage instance that contains the local values of the provided Transform, is returned.

References StoredTransform.StoredTransform().

+ Here is the call graph for this function: