| AngularLimitGetLimitState Method |
Gets the state of an angular limit about a certain axis.
Namespace: DigitalRune.Physics.ConstraintsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public LimitState GetLimitState(
int index
)
Public Function GetLimitState (
index As Integer
) As LimitState
public:
LimitState GetLimitState(
int index
)
member GetLimitState :
index : int -> LimitState
Parameters
- index
- Type: SystemInt32
The index of the limit axis. (0 = first rotation axis, 1 = second rotation axis,
2 = third rotation axis)
Return Value
Type:
LimitState
The limit state on the given axis.
Exceptions See Also