MDLMaterialProperty.Matrix4x4 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use 'MatrixFloat4x4' instead.
Gets or sets the 4x4 matrix of floating-point values.
[System.Obsolete("Use 'MatrixFloat4x4' instead.", false)]
public virtual OpenTK.Matrix4 Matrix4x4 { [Foundation.Export("matrix4x4", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setMatrix4x4:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.Matrix4x4 : OpenTK.Matrix4 with get, set
Property Value
- Attributes