MDLTransform.SetLocalTransform Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SetLocalTransform(Matrix4, Double) | |
SetLocalTransform(Matrix4) |
Bewirkt, dass diese Transformation die angegebene statische Transformation darstellt. |
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
Parameter
- transform
- Matrix4
- time
- Double
- Attribute
Gilt für:
SetLocalTransform(Matrix4)
Bewirkt, dass diese Transformation die angegebene statische Transformation darstellt.
[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
Parameter
- transform
- Matrix4
- Attribute