joint(_:)
Retrieves a hand joint based on the joint name you specify.
Declaration
func joint(_ named: HandSkeleton.JointName) -> HandSkeleton.JointParameters
- named:
The name of the hand joint to retrieve.
Return Value
A hand joint referred to by the named parameter.