Component for unity Animation rigging system.
More...
|
class | Limb |
| A limb is a three jointed kinematic chain. Create and setup a ChainIKConstraint for that chain. More...
|
|
|
void | Start () |
|
void | Setup (Transform headEffector, Transform hipsEffector=null) |
|
void | Initialize () |
| Create Playable graph. Must be called at runtime.
|
|
void | AddLimb (HumanBodyBones limb, Transform effector) |
|
void | ConnectGraph () |
|
void | OnDisable () |
|
void | OnReset () |
|
|
static void | SetupChainIKConstraint (Animator animator, ChainIKConstraint component, Transform root, Transform tip, Transform target) |
|
|
float | jobWeight = 1 |
|
List< Limb > | Limbs |
|
|
bool | IsRuntime [get, set] |
|
|
Animator | animator |
|
PlayableGraph | Graph |
|
AnimationPlayableOutput | output |
|
ARiggingJob | riggingJob |
|
AnimationScriptPlayable | riggingJobPlayable |
|
Transform | HeadEffector |
|
Transform | HipsEffector |
|
ChainIKConstraint | chainConstraint |
|
ChainIKConstraintJob | chainConstraintJob |
|
ChainIKConstraintJobBinder< ChainIKConstraintData > | chainConstraintBinder |
|
AnimationScriptPlayable | chainConstraintPlayable |
|
ARiggingLocomotionJob | locomotionJob |
|
AnimationScriptPlayable | locomotionPlayable |
|
Component for unity Animation rigging system.
The documentation for this class was generated from the following file: