Collision Detection
How to use and manipulate the collision detection features of the plugin
Collision Detection
UniversalRegion region = // UniversalRegion object;
List<UniversalRegions> intersects = region.getIntersectingRegions(/* Collection of Regions to Check against */);Last updated