xamarinios
namespace ModelIO
{
    [Introduced(PlatformName.iOS, 9, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
    [Protocol(Name = "MDLMeshBufferAllocator", WrapperType = typeof(MDLMeshBufferAllocatorWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "CreateZone", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(nuint) }, ReturnType = typeof(IMDLMeshBufferZone), Selector = "newZone:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "CreateZone", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSNumber[]), typeof(NSNumber[]) }, ReturnType = typeof(IMDLMeshBufferZone), Selector = "newZoneForBuffersWithSize:andType:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "CreateBuffer", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(nuint), typeof(MDLMeshBufferType) }, ReturnType = typeof(IMDLMeshBuffer), Selector = "newBuffer:type:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "CreateBuffer", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSData), typeof(MDLMeshBufferType) }, ReturnType = typeof(IMDLMeshBuffer), Selector = "newBufferWithData:type:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "CreateBuffer", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(IMDLMeshBufferZone), typeof(nuint), typeof(MDLMeshBufferType) }, ReturnType = typeof(IMDLMeshBuffer), Selector = "newBufferFromZone:length:type:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "CreateBuffer", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(IMDLMeshBufferZone), typeof(NSData), typeof(MDLMeshBufferType) }, ReturnType = typeof(IMDLMeshBuffer), Selector = "newBufferFromZone:data:type:")]
    public interface IMDLMeshBufferAllocator : INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("newBufferFromZone:length:type:")]
        [Preserve(Conditional = true)]
        IMDLMeshBuffer? CreateBuffer(IMDLMeshBufferZone? zone, nuint length, MDLMeshBufferType type);
    }
}
Assembly Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065
Help Documentation
Xamarin iOS 0.0
Xamarin macOS 0.0
Xamarin tvOS 0.0
OS Platforms

The selected framework does not have platform annotations.

  • Built-in API
  • Package-provided API

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