IMDLMeshBufferAllocator.CreateZone Method

Definition

Overloads

CreateZone(nuint)

Creates a new zone with the specified capacity.

CreateZone(NSNumber[], NSNumber[])

Creates a new zone that is large enough to contain buffers from the list of sizes and corresponding types.

CreateZone(nuint)

Creates a new zone with the specified capacity.

[Foundation.Export("newZone:")]
[Foundation.Preserve(Conditional=true)]
public ModelIO.IMDLMeshBufferZone CreateZone (nuint capacity);
abstract member CreateZone : nuint -> ModelIO.IMDLMeshBufferZone

Parameters

capacity
System.System.UIntPtr System.unativeint

Returns

Attributes

Applies to

CreateZone(NSNumber[], NSNumber[])

Creates a new zone that is large enough to contain buffers from the list of sizes and corresponding types.

[Foundation.Export("newZoneForBuffersWithSize:andType:")]
[Foundation.Preserve(Conditional=true)]
public ModelIO.IMDLMeshBufferZone CreateZone (Foundation.NSNumber[] sizes, Foundation.NSNumber[] types);
abstract member CreateZone : Foundation.NSNumber[] * Foundation.NSNumber[] -> ModelIO.IMDLMeshBufferZone

Parameters

sizes
NSNumber[]
types
NSNumber[]

Returns

Attributes

Applies to