Entity.LocalToGlobalMatrix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Similar to GlobalTransform but converted to a 4x4 matrix.
public:
property Microsoft::Azure::RemoteRendering::Matrix4x4 LocalToGlobalMatrix { Microsoft::Azure::RemoteRendering::Matrix4x4 get(); };
public Microsoft.Azure.RemoteRendering.Matrix4x4 LocalToGlobalMatrix { get; }
member this.LocalToGlobalMatrix : Microsoft.Azure.RemoteRendering.Matrix4x4
Public ReadOnly Property LocalToGlobalMatrix As Matrix4x4