Share via


MDLTransform.SetLocalTransform 方法

定义

重载

SetLocalTransform(Matrix4, Double)
SetLocalTransform(Matrix4)

使此转换表示指定的静态转换。

SetLocalTransform(Matrix4, Double)

[Foundation.Export("setLocalTransform:forTime:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual void SetLocalTransform (OpenTK.Matrix4 transform, double time);
abstract member SetLocalTransform : OpenTK.Matrix4 * double -> unit
override this.SetLocalTransform : OpenTK.Matrix4 * double -> unit

参数

transform
Matrix4
time
Double
属性

适用于

SetLocalTransform(Matrix4)

使此转换表示指定的静态转换。

[Foundation.Export("setLocalTransform:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual void SetLocalTransform (OpenTK.Matrix4 transform);
abstract member SetLocalTransform : OpenTK.Matrix4 -> unit
override this.SetLocalTransform : OpenTK.Matrix4 -> unit

参数

transform
Matrix4
属性

适用于