Click or drag to resize
DigitalRuneExplosionPosition Property
Gets or sets the position of the center of the explosion.

Namespace: DigitalRune.Physics.ForceEffects
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public Vector3F Position { get; set; }

Property Value

Type: Vector3F
The position of the explosion center. The default is (0, 0, 0).
See Also