Click or drag to resize
RagdollAnimatorOnExitFullHierarchyRagdoll Property
Gets the event when full hierarchy ragdoll was exited (i.e. all parts had a strength of 0 and at least one is now greater than 0).

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

Property Value

Type: RagdollAnimatorFullHierarchyEvent
The event when full hierarchy ragdoll was exited.
See Also