 | RagdollAnimatorIgnoreCollisionsBetweenAnimatorAndRagdoll Method |
Ignores the collisions between the animated and ragdoll hierarchies based on the specified value.
Namespace: Candlelight.PhysicsAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic 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