Share via


MDLTransform.GetScale(Double) Method

Definition

Returns the scale of the transform at the specified time.

[Foundation.Export("scaleAtTime:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Numerics.Vector3 GetScale(double atTime);
[<Foundation.Export("scaleAtTime:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetScale : double -> System.Numerics.Vector3
override this.GetScale : double -> System.Numerics.Vector3

Parameters

atTime
Double

Returns

Attributes

Applies to