Click or drag to resize
DigitalRuneConstraintOnApplyImpulse Method
Called when the constraint impulse should be applied.

Namespace: DigitalRune.Physics.Constraints
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
protected abstract bool OnApplyImpulse()

Return Value

Type: Boolean
if a constraint larger than MinConstraintImpulse was applied.
Remarks
This method is called by ApplyImpulse to apply an impulse that satisfies the constraint. This method is only called if the constraint is enabled and if all Constraint properties are properly initialized.
See Also