index(for:)
Returns the index for a given joint identifier.
Declaration
@nonobjc func index(for jointName: ARSkeleton.JointName) -> IntDiscussion
This function returns NSNotFound if an invalid joint name is passed in.
Returns the index for a given joint identifier.
@nonobjc func index(for jointName: ARSkeleton.JointName) -> IntThis function returns NSNotFound if an invalid joint name is passed in.