Click or drag to resize
RagdollAnimatorParameterUpdateMode Enumeration
An enum to describe how animator parameters should be updated.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public enum ParameterUpdateMode
Members
  Member nameValueDescription
RagdollOnly0 In this mode, specified animator parameters will only be updated when the full hierarchy is in a full hierarchy ragdoll state.
Continuous1 In this mode, specified animator parameters will be updated when the Animator updates.
See Also