Click or drag to resize
DigitalRuneLimitState Enumeration
Describe the state of a constraint limit.

Namespace: DigitalRune.Physics.Constraints
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
[FlagsAttribute]
public enum LimitState
Members
  Member nameValueDescription
Inactive0 The limit is inactive. The bodies are in an allowed position.
Min1 The minimal limit is reached.
Max2 The maximal limit is reached.
Locked3 The constraint is locked and does not allow relative movement on this constraint axis.
See Also