timelinefx:timelinefx.tlQuadTree.ForEachObjectInCircle
Method ForEachObjectInCircle:Void( circle:tlCircle, Data:@object, onFoundObject:Void( @object,@object ), Layer:Int[] )
Query the quadtree to find objects within a tlCircle
Parameters
circle A tlCircle that will be used to define the area that is searched
Data any object object to pass to the query
onFoundObject A callback that contains a pointer to the function that will be called for any objects found in the area
Layer Array of layers in the quadtree that you want to search