Click or drag to resize
DigitalRuneListAreaOfEffectRigidBodies Property
Gets or sets the list of rigid bodies that are affected by the force effect.

Namespace: DigitalRune.Physics.ForceEffects
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public IList<RigidBody> RigidBodies { get; set; }

Property Value

Type: IListRigidBody
The rigid bodies in the area of effect. The default value is an empty ListT.
See Also