Provide a list of Vector3 points to check if they’re in AABB, then return results like the indexs of the list of Vector3’s.
This can be made into a circuit board, but until RecRoom offers a way to reduce For Each heat or a way to heatlessly delay per index in For Each, simply giving a set of points at one time seems more efficient on heat, compared to having to check AABB Contains Point multiple times just to see if one of the many points is in a region.
This would help make it a lot more easier to check how many items are in a region by feeding a set number of positions and returning a count of how many matched inside of the provided list, etc.