Contents

init(named:rootJoint:)

Creates an IK rig from a joint hierarchy.

Declaration

init(named name: String, rootJoint: SkeletonResource.Joint) throws

Parameters

  • name:

    The name to associate with the rig.

  • rootJoint:

    The root joint of the skeleton hierarchy to derive the rig from.

Discussion