xamarinios
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
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("fillData:offset:")]
[Preserve(Conditional = true)]
void FillData(NSData! data, nuint offset);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |