Partager via


MDLTransform.SetLocalTransform Méthode

Définition

Surcharges

SetLocalTransform(Matrix4, Double)
SetLocalTransform(Matrix4)

Cette transformation représente la transformation statique spécifiée.

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

Paramètres

transform
Matrix4
time
Double
Attributs

S’applique à

SetLocalTransform(Matrix4)

Cette transformation représente la transformation statique spécifiée.

[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

Paramètres

transform
Matrix4
Attributs

S’applique à