Click or drag to resize
RagdollAnimatorUnbindMode Enumeration
An enum to describe what should be done with the bodies on a ragdoll when it is unbound.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public enum UnbindMode
Members
  Member nameValueDescription
Default0 All nodes should retain their current Rigidbody.isKinematic setting.
SetAllKinematic1 All nodes should have Rigidbody.isKinematic set to .
SetAllNonKinematic2 All nodes should have Rigidbody.isKinematic set to .
See Also