◆ Equals() [3/3]

bool Equals ( Transform  compareTransform,
bool  localNotWorld 
)
Parameters
compareTransformthe Unity Transform to compare values with.
localNotWorlddefines if the root should be compared with local Coordinates(true), or global Coordinates(false).
Returns
Returns true if the compared transformations have the same values, false otherwise

Implemented in TransformAndDecendantStorage, TreeOfLocalTransforms, TransformDictionaryStorage, TransformStorageTree, and TransformChildrenDictionaryStorage.