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

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

1. TextInput 的 type 属性设置为 number 的时候 可以输入e [ 100%]

TextInput 的 type 属性设置为 number 的时候 可以输入e TextInput 的 type 属性设置为 number 的时候 可以输入e!!!!! 2018-03-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aa...

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

2. protobuf TS中使用 [ 93%]

protobuf TS中使用 我已经在index.html中加入 <script type="text/javascript" src="libs/protobuf.js"></script> 但是工程中libs怎么加入.d.ts呢? 2017-08-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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

3. Button点击函数逻辑bug [ 92%]

...se(e) { if (this.toggle === false && this._selected) return; if (e.type === Laya.Event.CLICK) { this.toggle && (this.selected = !this._selected); this._clickHandler && this._clickHandler.run(); return; } !this._selected && (this.state = Button.stateMap[e.type]); }上...

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

4. 请问在2.0版本的js中,如何获取mouse_move的鼠标坐标 [ 91%]

...e.js:116 nativeEvent=[object TouchEvent] game.js:116 touchId=0 game.js:116 type=mousemove game.js:116 currentTarget=[object Object] game.js:116 target=[object Object] game.js:116 setTo=function (type,currentTarget,target){ this.type=type; this.currentTarget=currentTarget; this.target=target; return ...

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

5. 在LayaIDE中下载的运行器启动报错 [ 91%]

...>after 03-19 15:01:05.486 3970-3970/? E/SimeSkbManager: config keyboard type error... 03-19 15:01:05.531 2534-2534/? E/SurfaceFlinger: rejecting buffer: bufWidth=1080, bufHeight=1920, front.active.{w=1, h=1} 03-19 15:01:05.761 2534-3844/? E/BufferQueueProducer: [com.layabox.conch5/layaair.game.br...

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

6. 2.0.2使用worker加载图片的问题 [ 91%]

...worker.js中执行了这句话`onmessage=function(t){var e=t.data;switch(e.type){case"load":loadImage2(e)}};`,e=t.data,也就是上面postMessage中的url,是一个字符串,那么e.type是undefined,根本不会执行到loadImage2(e)。 附件 : --> Demo.rar 2019-06-05 添加评论 免费...

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

7. 如何在laya中直接使用proto中定义的enum? [ 91%]

...to中定义的enum? 如何在laya中直接使用proto中定义的enum? type.proto enum e_server_msg_type { e_mst_start_c2g = 300; e_mst_c2g_heartbeat = 301; //心跳协议 e_mst_c2g_select_gate = 302; //选择网关 e_mst_start_g2c = 400; e_mst_g2c_select_gate_result = 401;//选择网关返回 e...

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

8. prop 识别不到 [ 88%]

...tends Laya.Script {     /* @prop {name: speed, tips: "速度", type: Number, default: 10} */      constructor() {         super();     }      onAwake() {         console.log("场景渲染完成", this.speed);     } }   IDE中报错: [15:26:34] ...

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

9. 分享2.0 使用官方的woker.js 游戏无法运行的问题 [ 87%]

...戏无法运行的问题 onmessage = function(t) { var e = t.data; e = { type: "load", url: e }; switch (e.type) { case "load": loadImage2(e) } }; 原因在于worker中接受的参数 与所需的格式不符 手动修改下就好了 2020-10-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...

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

10. TypeError: Cannot read property '_addRenderObject' of undefined [ 86%]

TypeError: Cannot read property '_addRenderObject' of undefined 初次接触Laya只是想测试一下Laya开发微信3D小游戏 。 结果还没开始就卡在了导入Unity编辑的场景中 ,请问这个是什么问题? TypeError: Cannot read property '_addRenderObject' of undefined preload....

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