Click or drag to resize
RagdollAnimatorIgnoreCollisionsBetweenAnimatorAndRagdoll Method
Ignores the collisions between the animated and ragdoll hierarchies based on the specified value.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public void IgnoreCollisionsBetweenAnimatorAndRagdoll(
	bool ignore = true
)

Parameters

ignore (Optional)
Type: SystemBoolean
If set to then ignore collisions between the animated and ragdoll hierarchies.
Remarks
This method is automatically called at bind time. It only exists as a convenience for handling colliders that have just exited an inactive state.
See Also