Package | ardisia.utils |
Class | public class DisplayListUtils |
Inheritance | DisplayListUtils Object |
Method | Defined By | ||
---|---|---|---|
getObjectsUnderPoint(container:DisplayObjectContainer, pt:Point):Array [static]
Returns all the visible elements at the passed point under the passed
DisplayObjectContainer. | DisplayListUtils |
getObjectsUnderPoint | () | method |
public static function getObjectsUnderPoint(container:DisplayObjectContainer, pt:Point):Array
Returns all the visible elements at the passed point under the passed DisplayObjectContainer.
Parameters
container:DisplayObjectContainer | |
pt:Point — the Point to returns the objects for
|
Array — array of objects
|