xamarinmac
namespace ModelIO
{
    [Introduced(PlatformName.iOS, 9, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
    [Register("MDLMaterialProperty", true)]
    public class MDLMaterialProperty : NSObject, INSCopying, IMDLNamed, INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [EditorBrowsable(EditorBrowsableState.Never)]
        [Obsolete("Use 'MatrixFloat4x4' instead.", false)]
        public virtual Matrix4 Matrix4x4
        {
            [Export("matrix4x4", ArgumentSemantic.Assign)]
            get;
            [Export("setMatrix4x4:", ArgumentSemantic.Assign)]
            set;
        }

    }
}
.NET
6.07.08.09.0
Information specific to xamarinmac
Assembly

Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Obsolete Use 'MatrixFloat4x4' instead.
Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API