| LimitState Enumeration |
Describe the state of a constraint limit.
Namespace: DigitalRune.Physics.ConstraintsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax [FlagsAttribute]
public enum LimitState
<FlagsAttribute>
Public Enumeration LimitState
[FlagsAttribute]
public enum class LimitState
[<FlagsAttribute>]
type LimitState
Members
| Member name | Value | Description |
---|
| Inactive | 0 |
The limit is inactive. The bodies are in an allowed position.
|
| Min | 1 |
The minimal limit is reached.
|
| Max | 2 |
The maximal limit is reached.
|
| Locked | 3 |
The constraint is locked and does not allow relative movement on this constraint axis.
|
See Also