Types of broad-phase algorithms.

Static variables

@:value(_BRUTE_FORCE)staticread onlyBRUTE_FORCE:Int = _BRUTE_FORCE

The brute force algorithm searches all the possible pairs of the proxies every time. This is very slow and so users should not choose this algorithm without exceptional reasons.

@:value(_BVH)staticread onlyBVH:Int = _BVH

The BVH algorithm uses bounding volume hierarchy for detecting overlapping pairs of proxies efficiently.