Click or drag to resize
DigitalRuneLinearLimitOnSetup Method
Called when constraint should be set-up for a new time step.

Namespace: DigitalRune.Physics.Constraints
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
protected override void OnSetup()
Remarks
This method is called by Setup, but only if the constraint is enabled and all Constraint properties are properly initialized.
See Also