Click or drag to resize
DigitalRuneForceFieldAreaOfEffect Property
Gets or sets 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 IAreaOfEffect AreaOfEffect { get; set; }

Property Value

Type: IAreaOfEffect
The area of effect. (Can be .)
Remarks
The IAreaOfEffect object defines on which object the force field effect is applied. When the property is , nothing is affected by the force effect.
See Also