Types of broad-phase algorithms.
Static variables
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.
staticread onlyBVH:Int = _BVH
The BVH algorithm uses bounding volume hierarchy for detecting overlapping pairs of proxies efficiently.