xamarinmac
namespace ModelIO
{
    [Introduced(PlatformName.iOS, 9, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
    [Protocol(Name = "MDLTransformComponent", WrapperType = typeof(MDLTransformComponentWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SetLocalTransform", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(Matrix4), typeof(double) }, Selector = "setLocalTransform:forTime:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SetLocalTransform", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(Matrix4) }, Selector = "setLocalTransform:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetLocalTransform", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(double) }, ReturnType = typeof(Matrix4), Selector = "localTransformAtTime:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = true, Name = "CreateGlobalTransform", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(MDLObject), typeof(double) }, ReturnType = typeof(Matrix4), Selector = "globalTransformWithObject:atTime:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "minimumTime", IsProperty = true, IsRequired = true, IsStatic = false, Name = "MinimumTime", PropertyType = typeof(double), Selector = "minimumTime")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "maximumTime", IsProperty = true, IsRequired = true, IsStatic = false, Name = "MaximumTime", PropertyType = typeof(double), Selector = "maximumTime")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.Copy, GetterSelector = "keyTimes", IsProperty = true, IsRequired = false, IsStatic = false, Name = "KeyTimes", PropertyType = typeof(NSNumber[]), Selector = "keyTimes")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.Assign, GetterSelector = "matrix", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Matrix", PropertyType = typeof(Matrix4), Selector = "matrix", SetterSelector = "setMatrix:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "resetsTransform", IsProperty = true, IsRequired = false, IsStatic = false, Name = "ResetsTransform", PropertyType = typeof(bool), Selector = "resetsTransform", SetterSelector = "setResetsTransform:")]
    public interface IMDLTransformComponent : IMDLComponent, INativeObject, IDisposable
}
.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.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API

06/19/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙