MDLTransformComponent_Extensions.SetMatrix4x4 Method
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.
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
The instance on which this method operates.
- value
- NMatrix4
The matrix value.