Click or drag to resize
RagdollAnimatorOnPostprocessAnimatedHierarchy Property
Gets the event right before the animated hierarchy is finalized for rendering.

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

Property Value

Type: RagdollAnimatorFullHierarchyEvent
The event right before the animated hierarchy is finalized for rendering.
Remarks

This event is raised after all matching to the physical hierarchy has completed. Subscribe to this event to apply final cosmetic changes to secondary transforms in the animated hierarchy, such as helper joints for correcting twist deformation.

This event is raised event when the application is not playing.

See Also