subscript(_:)
Accesses a single joint transform in the collection at the given index.
Declaration
subscript(index: JointTransforms.Index) -> Transform { get set }Overview
For more on accessing elements by index, see subscript(_:).
Accesses a single joint transform in the collection at the given index.
subscript(index: JointTransforms.Index) -> Transform { get set }For more on accessing elements by index, see subscript(_:).