Contents

index(for:)

Returns the index for a given joint identifier.

Declaration

@nonobjc func index(for jointName: ARSkeleton.JointName) -> Int

Discussion

This function returns NSNotFound if an invalid joint name is passed in.

See Also

Getting Joint Information