大约有 204 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0036 秒)
Laya_社区(163) Laya2.0_api(9) laya_api(7) Laya3.0_文档(7) Laya3.0_api(7) Laya2.0_文档(7) Laya2.0_示例(2) Laya_示例(2)
...addChild(this._boll1); this._boll1.x = 20; this._boll1.loadImage('comp/btn_close.png'); let box:laya.physics.BoxCollider = this._boll1.addComponent(laya.physics.BoxCollider); box.height = 60; box.width = 28; //添加刚体 this._boll1.addComponent(Laya.RigidBody); //创建挡板 this.createPanel(); ...
来源: Laya_社区 发布时间: 20190428
...表示不透明。更改alpha值会影响drawcall。Sprite autoDestroyAtClosed : Boolean = false场景被关闭后,是否自动销毁(销毁节点和使用到的资源),默认为falseScene autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽...
来源: Laya2.0_api 发布时间: 20190513
...3) at emitTwo (events.js:106) at ChildProcess.emit (events.js:191) at maybeClose (internal/child_process.js:885) at Socket.<anonymous> (internal/child_process.js:334) at emitOne (events.js:96) at Socket.emit (events.js:188) at Pipe._handle.close [as _onclose] (net.js:501) 2017-08-29 添加评...
来源: Laya_社区 发布时间: 20170829
....socket.on(Laya.Event.MESSAGE, this, onReceive); this.socket.on(Laya.Event.CLOSE, this, this.closeHandler); this.socket.on(Laya.Event.ERROR, this, this.errorHandler); 以上代码,host传入 "localhost" 可以连接上服务器, 将host 换成内网IP 172.19.1.236 就无法连接。 同事...
来源: Laya_社区 发布时间: 20180312
...et.on(Laya.Event.MESSAGE, this, receiveHandler); this.socket.on(Laya.Event.CLOSE, this, closeHandler); this.socket.on(Laya.Event.ERROR, this, errorHandler); function openHandler(event){ //正确建立连接; console.log("链接"); } function receiveHandler(msg){ ///接收到数据触发函数 cons...
来源: Laya_社区 发布时间: 20180125
...出来 export class login_bgUI extends View { public btn_close:Laya.Button; public lab_account:Laya.TextInput; public btn_login:Laya.Button; public lab_password:Laya.TextInput; public btn_register:Laya.Button; ...
来源: Laya_社区 发布时间: 20181207
...s); os.flush(); os.close(); } catch (Exception e) { } } else { } } 这是android端的截屏代码,生成的图片是黑的 增加一个static View gv的变量指...
来源: Laya_社区 发布时间: 20170423
...哪里关闭啊,文档上是说通过设置manager.popupEffect和manager.closeEffect可以设置弹出效果和关闭效果,,但是都找不到这2个东西啊 2017-05-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1...
来源: Laya_社区 发布时间: 20170507
...estroyAtRemoved不管为啥值 ,不管是通过removeSelf还是Laya.View.Close,再通过Laya.View.open的时候,挂在身上的组件脚本都会重新执行构造函数constructor, 正常不是应该我autoDestroyAtRemoved = false的时候,如果只是remove不是destroy的时候,再ope...
来源: Laya_社区 发布时间: 20211012
...WebAudioSound.webAudioEnabled) { WebAudioSound.ctx.close().then(function () { const AudioContext = window.AudioContext || window.webkitAudioContext || window.mozAudioContext; const...
来源: Laya_社区 发布时间: 20180425