大约有 123 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0030 秒)
...理的流程。 任意对话框打开和关闭,都会触发管理类的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