xamarinmac
namespace ModelIO
{
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 13, PlatformArchitecture.All, null)]
[Introduced(PlatformName.TvOS, 11, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "MDLTransformOp", WrapperType = typeof(MDLTransformOpWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetNMatrix4", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(double) }, ReturnType = typeof(NMatrix4), Selector = "float4x4AtTime:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetNMatrix4d", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(double) }, ReturnType = typeof(NMatrix4d), Selector = "double4x4AtTime:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "name", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Name", PropertyType = typeof(string), Selector = "name")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "IsInverseOp", IsProperty = true, IsRequired = true, IsStatic = false, Name = "IsInverseOp", PropertyType = typeof(bool), Selector = "IsInverseOp")]
public interface IMDLTransformOp : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("double4x4AtTime:")]
[Preserve(Conditional = true)]
NMatrix4d GetNMatrix4d(double atTime);
}
}
.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. |