MDLTransform.SetMatrix(Matrix4, Double) Method

Definition

Caution

Use 'SetMatrix4x4' instead.

[Foundation.Export("setMatrix:forTime:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 4, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Obsolete("Use 'SetMatrix4x4' instead.", false)]
public virtual void SetMatrix (OpenTK.Matrix4 matrix, double time);
abstract member SetMatrix : OpenTK.Matrix4 * double -> unit
override this.SetMatrix : OpenTK.Matrix4 * double -> unit

Parameters

matrix
Matrix4
time
Double
Attributes

Applies to