Share via


MDLTransformStack.GetLocalTransform(Double) Method

Definition

Gets the local transform at the specified time.

[Foundation.Export("localTransformAtTime:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.NMatrix4 GetLocalTransform(double atTime);
[<Foundation.Export("localTransformAtTime:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetLocalTransform : double -> CoreGraphics.NMatrix4
override this.GetLocalTransform : double -> CoreGraphics.NMatrix4

Parameters

atTime
Double

The time for which to retrieve the local transform.

Returns

Implements

Attributes

Applies to