<Code Lib>
2025.3 Property
Changes 0
P

Transform.IsIdentity

Description:
The boolean value that indicates whether this transformation is an identity.
Remarks:
The identity transformation does not change a point or a vector that it is applied to.

public bool IsIdentity { get; }

Loading…