Share via


MDLTransformStack.SetLocalTransform Method

Definition

Overloads

Name Description
SetLocalTransform(NMatrix4)

Causes this transform to represent the specified static transform.

SetLocalTransform(NMatrix4, Double)

Causes this transform to represent the specified static transform.

SetLocalTransform(NMatrix4)

Causes this transform to represent the specified static transform.

[Foundation.Export("setLocalTransform:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetLocalTransform(CoreGraphics.NMatrix4 transform);
[<Foundation.Export("setLocalTransform:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetLocalTransform : CoreGraphics.NMatrix4 -> unit
override this.SetLocalTransform : CoreGraphics.NMatrix4 -> unit

Parameters

transform
NMatrix4

Implements

Attributes

Applies to

SetLocalTransform(NMatrix4, Double)

Causes this transform to represent the specified static transform.

[Foundation.Export("setLocalTransform:forTime:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetLocalTransform(CoreGraphics.NMatrix4 transform, double time);
[<Foundation.Export("setLocalTransform:forTime:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetLocalTransform : CoreGraphics.NMatrix4 * double -> unit
override this.SetLocalTransform : CoreGraphics.NMatrix4 * double -> unit

Parameters

transform
NMatrix4
time
Double

Implements

Attributes

Applies to