capacity
The data capacity of the zone, in bytes.
Declaration
var capacity: Int { get }Discussion
You specify the capacity of a zone when creating it with the newZone(_:) method of a concrete class implementing the MDLMeshBufferAllocator protocol.
The data capacity of the zone, in bytes.
var capacity: Int { get }You specify the capacity of a zone when creating it with the newZone(_:) method of a concrete class implementing the MDLMeshBufferAllocator protocol.