Click or drag to resize
DigitalRuneIAreaOfEffect Interface
Defines the area of effect of a ForceField. Only rigid bodies in the area of effect are subject to forces.

Namespace: DigitalRune.Physics.ForceEffects
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public interface IAreaOfEffect

The IAreaOfEffect type exposes the following members.

Methods
  NameDescription
Public methodApply
Calls Apply(RigidBody) of the given force field for all objects in the area of effect.
Top
See Also