 | RagdollAnimatorParameterUpdateMode Enumeration |
An enum to describe how animator parameters should be updated.
Namespace: Candlelight.PhysicsAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic enum ParameterUpdateMode
Members
| Member name | Value | Description |
---|
| RagdollOnly | 0 |
In this mode, specified animator parameters will only be updated when the full hierarchy is in a full
hierarchy ragdoll state.
|
| Continuous | 1 |
In this mode, specified animator parameters will be updated when the Animator updates.
|
See Also