 | RagdollPartSetStrengthMode Enumeration |
An enum to describe how strength changes should be applied.
Namespace: Candlelight.PhysicsAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic enum SetStrengthMode
Members
| Member name | Value | Description |
---|
| ForceUpdate | 0 |
Using this setting, all of the appropriate properties of Joint will be
guaranteed to be updated. This mode is more expensive, but ensures the correct behavior is always
enforced.
|
| Lazy | 1 |
Using this setting, appropriate properties of Joint will only be updated if
the value of Strength has changed.
|
See Also