Modifica

Share via


MDLTransformComponent_Extensions.SetMatrix4x4 Method

Definition

Sets the transform matrix from local space to parent space.

public static void SetMatrix4x4 (this ModelIO.IMDLTransformComponent self, OpenTK.NMatrix4 value);
static member SetMatrix4x4 : ModelIO.IMDLTransformComponent * OpenTK.NMatrix4 -> unit

Parameters

self
IMDLTransformComponent

The instance on which this method operates.

value
NMatrix4

The matrix value.

Applies to