Method Equals
Equals(in LocalTransform)
Checks if a transform has equal position, rotation, and scale to another.
Declaration
public bool Equals(in LocalTransform other)
Parameters
Type | Name | Description |
---|---|---|
LocalTransform | other | The TransformData to compare. |
Returns
Type | Description |
---|---|
bool | Returns true if the position, rotation, and scale are equal. |