|  | LinearLimitOnSetup Method | 
            Called when constraint should be set-up for a new time step.
            
 
Namespace: DigitalRune.Physics.ConstraintsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
 Syntax
Syntaxprotected override void OnSetup()
Protected Overrides Sub OnSetup
protected:
virtual void OnSetup() override
abstract OnSetup : unit -> unit 
override OnSetup : unit -> unit 
 Remarks
Remarks
            This method is called by 
Setup, but only if the constraint is 
            enabled and all 
Constraint properties are properly initialized.
            
 See Also
See Also