Share via


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

Parameters

transform
NMatrix4
Attributes

Applies to

SetLocalTransform(NMatrix4, Double)

Causes this transform to represent the specified static transform.

[Foundation.Export("setLocalTransform:forTime:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetLocalTransform(CoreGraphics.NMatrix4 transform, double time);
[<Foundation.Export("setLocalTransform:forTime:")>]
[<Foundation.OptionalMember>]
[<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
Attributes

Applies to