• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 123 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0030 秒)

121. laya.ui.Dialog [ 30%]

...理的流程。 任意对话框打开和关闭,都会触发管理类的open和close事件Dialog mask : Sprite 遮罩,可以设置一个对象(支持位图和矢量图),根据对象形状进行遮罩显示。 【注意】遮罩对象坐标系是相对遮罩对象本身的,和Flash机制不...

来源: laya_api 发布时间: 20170929

122. 打包安卓Android studio黑屏 [ 27%]

... 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

123. socket大型项目回调 [ 20%]

....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