| LinearVelocityMotorOnApplyImpulse Method |
Called when the constraint impulse should be applied.
Namespace: DigitalRune.Physics.ConstraintsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax protected override bool OnApplyImpulse()
Protected Overrides Function OnApplyImpulse As Boolean
protected:
virtual bool OnApplyImpulse() override
abstract OnApplyImpulse : unit -> bool
override OnApplyImpulse : unit -> bool
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