subscript(_:)
Returns an element by index.
Declaration
subscript(index: Int) -> T { get }Overview
The index should be in the range [0, physicsBodyCount].
Returns an element by index.
subscript(index: Int) -> T { get }The index should be in the range [0, physicsBodyCount].