| RagdollAnimatorUnbindMode Enumeration |
Namespace: Candlelight.Physics
public enum UnbindMode
| Member name | Value | Description | |
|---|---|---|---|
| Default | 0 | All nodes should retain their current Rigidbody.isKinematic setting. | |
| SetAllKinematic | 1 | All nodes should have Rigidbody.isKinematic set to . | |
| SetAllNonKinematic | 2 | All nodes should have Rigidbody.isKinematic set to . |