Click or drag to resize
RagdollAnimatorUnignoreColliderForGrounding Method
Unignores the specified collider when performing the grounding raycast or when testing if grounding bodies are grounded.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
protected void UnignoreColliderForGrounding(
	Collider collider
)

Parameters

collider
Type: Collider
Collider.
See Also