<Code Lib>
2025.3 Property
Changes 1
P

Transform1D.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…