Share via


MDLTransformComponent_Extensions.SetLocalTransform Method

Definition

Overloads

Name Description
SetLocalTransform(IMDLTransformComponent, NMatrix4)

Causes this transform to represent the specified static transform.

SetLocalTransform(IMDLTransformComponent, NMatrix4, Double)

Causes this transform to represent the specified static transform.

SetLocalTransform(IMDLTransformComponent, NMatrix4)

Causes this transform to represent the specified static transform.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void SetLocalTransform(this ModelIO.IMDLTransformComponent This, CoreGraphics.NMatrix4 transform);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SetLocalTransform : ModelIO.IMDLTransformComponent * CoreGraphics.NMatrix4 -> unit

Parameters

transform
NMatrix4
Attributes

Applies to

SetLocalTransform(IMDLTransformComponent, NMatrix4, Double)

Causes this transform to represent the specified static transform.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void SetLocalTransform(this ModelIO.IMDLTransformComponent This, CoreGraphics.NMatrix4 transform, double time);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SetLocalTransform : ModelIO.IMDLTransformComponent * CoreGraphics.NMatrix4 * double -> unit

Parameters

transform
NMatrix4
time
Double
Attributes

Applies to