◆ Equals() [3/4]

bool Equals ( Transform  unityTransform,
bool  localNotWorld 
)
Parameters
unityTransformthe Unity class Transform to compare values with.
localNotWorldspecifies weather to compare this StoredTransform with the local or world coordinates of the provided StoredFullTransform
Returns
returns true if the compared transformations have the same values, false otherwise

References StoredTransform.localPosition, StoredTransform.localRotationEulers, and StoredTransform.localScale.