Click or drag to resize
DigitalRuneListAreaOfEffect Constructor (IListRigidBody)
Initializes a new instance of the ListAreaOfEffect class.

Namespace: DigitalRune.Physics.ForceEffects
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public ListAreaOfEffect(
	IList<RigidBody> rigidBodies
)

Parameters

rigidBodies
Type: System.Collections.GenericIListRigidBody
The list of rigid bodies. The property RigidBodies is set to this list. The list is not copied.
See Also