Click or drag to resize
RagdollAnimatorFinalIKSync Class

A component to synchronize Final IK solvers on a RagdollAnimator.

Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Candlelight.PhysicsRagdollAnimatorFinalIKSync

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public sealed class RagdollAnimatorFinalIKSync : MonoBehaviour
Remarks

When this component is added, it will locate all RootMotion.FinalIK.IK solvers and RootMotion.FinalIK.Grounder objects and store references to them. The RootMotion.FinalIK.IK solvers will be disabled and sampled manually at the right time to apply their results to the RagdollAnimator. The RootMotion.FinalIK.Grounder components will have their weight blended in and out based on the FullHierarchyBlendProgress.

This component requires Final IK 1.1 or greater.

For more information about Final IK, visit http://www.root-motion.com/final-ik.html

See Also