다음을 통해 공유


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
특성

적용 대상