Click or drag to resize
DigitalRuneForceField Constructor (IAreaOfEffect)
Initializes a new instance of the ForceField class.

Namespace: DigitalRune.Physics.ForceEffects
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
protected ForceField(
	IAreaOfEffect areaOfEffect
)

Parameters

areaOfEffect
Type: DigitalRune.Physics.ForceEffectsIAreaOfEffect
The area of effect.
See Also