MDLTransform.Matrix Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define a matriz que representa a transformação de coordenadas em relação ao pai.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual OpenTK.Matrix4 Matrix { [Foundation.Export("matrix", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setMatrix:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.Matrix : OpenTK.Matrix4 with get, set
Valor da propriedade
Implementações
- Atributos