Click or drag to resize
DigitalRuneParticleSystemAabb Property
Gets the axis-aligned bounding box (AABB).

Namespace: DigitalRune.Particles
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public Aabb Aabb { get; }

Property Value

Type: Aabb
The axis-aligned bounding box (AABB).

Implements

IGeometricObjectAabb
See Also