Contents

meshInstancesArrayCount

The number of mesh instance array slots.

Declaration

final var meshInstancesArrayCount: Int { get set }

Discussion

Increase this value before calling setMeshInstances(_:at:) to assign arrays to slots. Setting this to a smaller value removes trailing slots.

See Also

Managing mesh instances