meshInstances(at:)
Returns the mesh instance array at the given slot index, or the empty value if the slot is unoccupied.
Declaration
final func meshInstances(at index: Int) -> LowLevelMeshInstanceArray?Parameters
- index:
The zero-based slot index to retrieve.
Return Value
The LowLevelMeshInstanceArray at index, or nil if the slot is unoccupied.