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

大约有 204 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0036 秒)

151. [LayaAir 2.0] 如何用代码为Spirte添加2d物理特性 [ 52%]

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

152. laya.display.Scene [ 52%]

...表示不透明。更改alpha值会影响drawcall。Sprite  autoDestroyAtClosed : Boolean = false场景被关闭后,是否自动销毁(销毁节点和使用到的资源),默认为falseScene autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽...

来源: Laya2.0_api 发布时间: 20190513

153. macOS sierra 1.7.9 正式版 无法发布资源 [ 52%]

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

154. websocket无法连接 [ 51%]

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

155. socket与node服务端连不上?按照官方案例 [ 51%]

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

156. 2.0按钮添加事件报错 cannot read property 'on' fof undefined [ 51%]

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

157. 截屏无法实现 [ 51%]

...s);                 os.flush();                 os.close();             } catch (Exception e) {             }         } else {         }     }   这是android端的截屏代码,生成的图片是黑的 增加一个static View gv的变量指...

来源: Laya_社区 发布时间: 20170423

158. dialog 关闭效果在哪里关闭啊,文档上是说通过设置manager.popupEffect和manager.closeEffect可以设置弹出效果和关闭效果,,但是都找不到这2个东西啊 [ 51%]

...哪里关闭啊,文档上是说通过设置manager.popupEffect和manager.closeEffect可以设置弹出效果和关闭效果,,但是都找不到这2个东西啊 2017-05-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1...

来源: Laya_社区 发布时间: 20170507

159. autoDestroyAtRemoved不管为啥值 ,关闭以后,再添加到场景,会重复执行构造函数 [ 51%]

...estroyAtRemoved不管为啥值 ,不管是通过removeSelf还是Laya.View.Close,再通过Laya.View.open的时候,挂在身上的组件脚本都会重新执行构造函数constructor, 正常不是应该我autoDestroyAtRemoved = false的时候,如果只是remove不是destroy的时候,再ope...

来源: Laya_社区 发布时间: 20211012

160. IOS 音乐和音效 切后台再回来 之后声音消失 [ 50%]

...WebAudioSound.webAudioEnabled) {                 WebAudioSound.ctx.close().then(function () {                     const AudioContext = window.AudioContext                         || window.webkitAudioContext || window.mozAudioContext;                     const...

来源: Laya_社区 发布时间: 20180425