timelinefx:timelinefx.tlQuadTree.ForEachObjectInBox
Method ForEachObjectInBox:Void( area:tlBox, Data:@object, onFoundObject:Void( @object,@object ), Layer:Int[] )
Query the quadtree to find objects within a tlBox This does the same thing as ForEachObjectInArea except you can pass a tlBox instead to query the quadtree.
Parameters
area A tlBox that will be used to define the area that is searched
Data any object object to pass to the query
onFoundObject A function pointer to function where you can perform whatever tasks you need to with the objects found.
Layer Array of layers in the quadtree that you want to search