xamarinmac
namespace ModelIO
{
[Introduced(PlatformName.iOS, 9, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
[Protocol(Name = "MDLMeshBuffer", WrapperType = typeof(MDLMeshBufferWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "FillData", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSData), typeof(nuint) }, Selector = "fillData:offset:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "map", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Map", PropertyType = typeof(MDLMeshBufferMap), Selector = "map")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "length", IsProperty = true, IsRequired = false, IsStatic = false, Name = "Length", PropertyType = typeof(nuint), Selector = "length")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Retain, GetterSelector = "allocator", IsProperty = true, IsRequired = false, IsStatic = false, Name = "Allocator", PropertyType = typeof(IMDLMeshBufferAllocator), Selector = "allocator")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Retain, GetterSelector = "zone", IsProperty = true, IsRequired = false, IsStatic = false, Name = "Zone", PropertyType = typeof(IMDLMeshBufferZone), Selector = "zone")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "type", IsProperty = true, IsRequired = false, IsStatic = false, Name = "Type", PropertyType = typeof(MDLMeshBufferType), Selector = "type")]
public interface IMDLMeshBuffer : INSCopying, 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. |