subscript(_:)
Accesses a pose transformation using the index of the joint name.
Declaration
subscript(joint: String) -> Transform? { get set }Parameters
- joint:
The joint name of transformation to access.
Accesses a pose transformation using the index of the joint name.
subscript(joint: String) -> Transform? { get set }The joint name of transformation to access.