Click or drag to resize
RagdollAnimatorOnPostprocessInputPose Property
Gets the event when the input pose has been set up, before it has been applied to the ragdoll. Subscribe to this event for applying procedural animation normally applied in LateUpdate() (e.g., custom IK solvers).

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

Property Value

Type: RagdollAnimatorFullHierarchyEvent
The event when the input pose has been set up, before it has been applied to the ragdoll.
See Also