| ForceField Constructor (IAreaOfEffect) |
Initializes a new instance of the
ForceField class.
Namespace: DigitalRune.Physics.ForceEffectsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax protected ForceField(
IAreaOfEffect areaOfEffect
)
Protected Sub New (
areaOfEffect As IAreaOfEffect
)
protected:
ForceField(
IAreaOfEffect^ areaOfEffect
)
new :
areaOfEffect : IAreaOfEffect -> ForceField
Parameters
- areaOfEffect
- Type: DigitalRune.Physics.ForceEffectsIAreaOfEffect
The area of effect.
See Also