大约有 118 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0058 秒)
...on onConfigLoaded():void { //加载场景 //GameConfig.startScene && Scene.open(GameConfig.startScene); //实例化BGPageUI页面 var bgPage:BGPageUI = new BGPageUI(); //为了能够清楚的看到这个页面所在的位置,在此设置设置一个背景色 bgPage.graphics.drawRect(0,0,300,300,"#...
来源: Laya2.0_文档 发布时间: 20210714
...个index.html。按住shift+右键 在此处打开cmd窗口 输入layacmd open ,然后就会启动一个http和htpps的静态服务器,根据命令行输出的地址,然后我们用手机谷歌浏览器或者微信访问这个地址 比如我们这里是https://10.10.20.34:8001/index.html。 L...
来源: Laya3.0_文档 发布时间: 20241014
...fAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once open parentRepaint pivot pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf render repaint replaceChild runCallLater scale setChildIndex setGraphics setSelfBounds set_anchorX set_anchorY set_bot...
来源: Laya3.0_api 发布时间: 20231115
...):Node 设置子节点的索引位置。 Node setItemState(index:int, isOpen:Boolean):void 设置指定项索引的项对象的打开状态。 Tree size(width:Number, height:Number):Sprite 设置宽高。相当于分别设置width和height属性。 因为返回值为Sprite对象本身,所以...
来源: laya_api 发布时间: 20170929
...):Node 设置子节点的索引位置。 Node setItemState(index:int, isOpen:Boolean):void 设置指定项索引的项对象的打开状态。 Tree setSelfBounds(bound:Rectangle):void 设置对象bounds大小,如果有设置,则不再通过getBounds计算,合理使用能提高性能。 Spr...
来源: Laya2.0_api 发布时间: 20190513
...理的流程。 任意对话框打开和关闭,都会触发管理类的open和close事件Dialog mask : Sprite 遮罩,可以设置一个对象(支持位图和矢量图),根据对象形状进行遮罩显示。 【注意】遮罩对象坐标系是相对遮罩对象本身的,和Flash机制不...
来源: laya_api 发布时间: 20170929
... AllImpl object and return.... D/TextView: get Display Panel Type is : 0 D/OpenGLRenderer: Skia GL Pipeline D/HwAppInnerBoostImpl: set config for com.layabox.test BOOST_FLAG=false REPORT_DURATION_CLICK=1000 REPORT_TIMES_CLICK=3 REPORT_DURATION_SLIDE=5000 REPORT_TIMES_SLIDE=16 D/OpenGLRenderer: H...
来源: Laya_社区 发布时间: 20190723
....socket.protocols = egret.WebSocket.TYPE_BINARY; this.socket.on(Laya.Event.OPEN, this, this.onConnect); this.socket.on(Laya.Event.CLOSE, this, this.onClose); this.socket.on(Laya.Event.ERROR, this, this.onIOError); this.socket.on(Laya.Event.MESSAGE, this, this.onMessage); this.socket.connect(host,por...
来源: Laya_社区 发布时间: 20180119