Click or drag to resize
DigitalRuneListAreaOfEffectApply Method
Calls Apply(RigidBody) of the given force field for all objects in the area of effect.

Namespace: DigitalRune.Physics.ForceEffects
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public void Apply(
	ForceField forceField
)

Parameters

forceField
Type: DigitalRune.Physics.ForceEffectsForceField
The force field.

Implements

IAreaOfEffectApply(ForceField)
Exceptions
ExceptionCondition
ArgumentNullExceptionforceField is .
See Also