Contents

subscript(_:)

Returns the mesh instance at the given index, or nil if the slot is unoccupied.

Declaration

final subscript(position: Int) -> LowLevelMeshInstance? { get }

Parameters

  • position:

    The slot index to retrieve.

Return Value

The LowLevelMeshInstance at position, or nil if the slot is empty.