Click or drag to resize
DigitalRuneCollisionDomainNumberOfBroadPhaseOverlaps Property
Gets the number of AABB overlaps in the broad phase.

Namespace: DigitalRune.Geometry.Collisions
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public int NumberOfBroadPhaseOverlaps { get; }

Property Value

Type: Int32
The number of AABB overlaps in the broad phase.
See Also