Contents

count

The number of instance slots in this array.

Declaration

final var count: Int { get }

Discussion

Represents the total capacity allocated at creation time; some slots may be unoccupied. Use setMeshInstance(_:index:) to populate slots and the subscript to check occupancy.

See Also

Setting mesh instances