Contents

parentJointName(_:)

Returns the parent joint of the joint name you specify.

Declaration

func parentJointName(_ jointName: VNHumanBodyPose3DObservation.JointName) -> VNHumanBodyPose3DObservation.JointName?

Parameters

  • jointName:

    The name of the body joint to return the parent of.

Return Value

The name of the parent joint.