BonePoseIsLocal Property
Gets or sets if the matrix is defined in local coordinate.

Namespace: Aspose.ThreeD
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public bool IsLocal { get; set; }

Property Value

Type: Boolean
true if this instance is local space; otherwise, false means global space.
See Also