Packageardisia.utils
Classpublic class DisplayListUtils
InheritanceDisplayListUtils Inheritance Object

Useful display list functions. Purely static.



Public Methods
 MethodDefined By
  
getObjectsUnderPoint(container:DisplayObjectContainer, pt:Point):Array
[static] Returns all the visible elements at the passed point under the passed DisplayObjectContainer.
DisplayListUtils
Method Detail
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

Returns
Array — array of objects