📄 displayobjectcontainer.hx
字号:
package flash.display;extern class DisplayObjectContainer extends flash.display.InteractiveObject { function new() : Void; function addChild(child : flash.display.DisplayObject) : flash.display.DisplayObject; function addChildAt(child : flash.display.DisplayObject, index : Int) : flash.display.DisplayObject; function areInaccessibleObjectsUnderPoint(point : flash.geom.Point) : Bool; function contains(child : flash.display.DisplayObject) : Bool; function getChildAt(index : Int) : flash.display.DisplayObject; function getChildByName(name : String) : flash.display.DisplayObject; function getChildIndex(child : flash.display.DisplayObject) : Int; function getObjectsUnderPoint(point : flash.geom.Point) : Array<DisplayObject>; var mouseChildren : Bool; var numChildren(default,null) : Int; function removeChild(child : flash.display.DisplayObject) : flash.display.DisplayObject; function removeChildAt(index : Int) : flash.display.DisplayObject; function setChildIndex(child : flash.display.DisplayObject, index : Int) : Void; function swapChildren(child1 : flash.display.DisplayObject, child2 : flash.display.DisplayObject) : Void; function swapChildrenAt(index1 : Int, index2 : Int) : Void; var tabChildren : Bool; var textSnapshot(default,null) : flash.text.TextSnapshot;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -