indexForJointName:
Returns the index for a given joint identifier.
Declaration
- (NSUInteger) indexForJointName:(ARSkeletonJointName) jointName;Discussion
This function returns NSNotFound if an invalid joint name is passed in.
Returns the index for a given joint identifier.
- (NSUInteger) indexForJointName:(ARSkeletonJointName) jointName;This function returns NSNotFound if an invalid joint name is passed in.