| ConstraintOnSetup 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 protected abstract void OnSetup()
Protected MustOverride Sub OnSetup
protected:
virtual void OnSetup() abstract
abstract OnSetup : unit -> unit
Remarks
This method is called by
Setup, but only if the constraint is
enabled and all
Constraint properties are properly initialized.
See Also