Upravit

Sdílet prostřednictvím


MDLTransformComponent_Extensions.SetLocalTransform Method

Definition

Overloads

SetLocalTransform(IMDLTransformComponent, Matrix4)

Replaces all transform information, including time-based transforms, with the specified static transform.

SetLocalTransform(IMDLTransformComponent, Matrix4, Double)

SetLocalTransform(IMDLTransformComponent, Matrix4)

Replaces all transform information, including time-based transforms, with the specified static transform.

public static void SetLocalTransform (this ModelIO.IMDLTransformComponent This, OpenTK.Matrix4 transform);
static member SetLocalTransform : ModelIO.IMDLTransformComponent * OpenTK.Matrix4 -> unit

Parameters

This
IMDLTransformComponent

The instance on which this method operates.

transform
Matrix4

The transform to use.

Applies to

SetLocalTransform(IMDLTransformComponent, Matrix4, Double)

public static void SetLocalTransform (this ModelIO.IMDLTransformComponent This, OpenTK.Matrix4 transform, double time);
static member SetLocalTransform : ModelIO.IMDLTransformComponent * OpenTK.Matrix4 * double -> unit

Parameters

transform
Matrix4
time
Double

Applies to