timelinefx:timelinefx.tlQuadTree.GetObjectsInBox
Method GetObjectsInBox:Stack<@object>( area:tlBox, Layer:Int[], GetData:Int=false )
Query the quadtree to find objects within a tlBox This does the same thing as ForEachObjectInBox except it returns a stack of objects that it finds
Parameters
area A tlBox that will be used to define the area that is searched
Layer Array of layers in the quadtree that you want to search
GetData If set to true then the Data field within the tlBox will be returned rather than the box itself