| ForceFieldAreaOfEffect Property |
Gets or sets the area of effect.
Namespace: DigitalRune.Physics.ForceEffectsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public IAreaOfEffect AreaOfEffect { get; set; }
Public Property AreaOfEffect As IAreaOfEffect
Get
Set
public:
property IAreaOfEffect^ AreaOfEffect {
IAreaOfEffect^ get ();
void set (IAreaOfEffect^ value);
}
member AreaOfEffect : IAreaOfEffect with get, set
Property Value
Type:
IAreaOfEffectThe 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