package flash.display
extends InteractiveObject › DisplayObject › EventDispatcher
extended by Loader, Sprite, Stage, TextLine
Available on flash
new()
mouseChildren:Bool
read onlynumChildren:Int
tabChildren:Bool
read onlytextSnapshot:TextSnapshot
stopAllMovieClips:() ‑> Void
addChild(child:DisplayObject):DisplayObject
addChildAt(child:DisplayObject, index:Int):DisplayObject
areInaccessibleObjectsUnderPoint(point:Point):Bool
contains(child:DisplayObject):Bool
getChildAt(index:Int):DisplayObject
getChildByName(name:String):DisplayObject
getChildIndex(child:DisplayObject):Int
getObjectsUnderPoint(point:Point):Array<DisplayObject>
removeChild(child:DisplayObject):DisplayObject
removeChildAt(index:Int):DisplayObject
removeChildren(beginIndex:Int = 0, endIndex:Int = 2147483647):Void
setChildIndex(child:DisplayObject, index:Int):Void
swapChildren(child1:DisplayObject, child2:DisplayObject):Void
swapChildrenAt(index1:Int, index2:Int):Void
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/flash/display/DisplayObjectContainer.html