Click or drag to resize
RagdollAnimatorOnPreprocessAnimatedHierarchy Property
Gets the event before the Animator has been updated. Subscribe to this event if you need to revert changes to non-animated transforms made in the previous frame. For example, if you are using Final IK, you would insert a call to FixTransforms() here if necessary.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public RagdollAnimatorFullHierarchyEvent OnPreprocessAnimatedHierarchy { get; }

Property Value

Type: RagdollAnimatorFullHierarchyEvent
The event before the Animator has been updated.
See Also