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

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

51. class导出问题 [ 56%]

class导出问题 我在腾讯课堂上买了一个视频再看 为啥讲师讲的都的时候,所有的类都没有导出 我自己操作,类不导出就报错啊   讲师讲的是ide1 讲的,我现在使用ide2 好像配置有很多不对,走一步错一步,视频的第一个,我就...

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

52. clearUnLoaded的bug LayaAirIDE1.7.9 [ 56%]

clearUnLoaded的bug LayaAirIDE1.7.9 function test(){     var arr = [res.popup.atlas("loadingUI"), res.download.bg("bg5")]     Laya.loader.load(arr, Laya.Handler.create(this, onComplete))     Laya.loader.clearUnLoaded()     Laya.loader.load(arr, Laya.Handler.create(this, onComplete))...

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

53. TypeError Uncaught TypeError: Object #<error> has no method '_addReference' [ 56%]

TypeError Uncaught TypeError: Object #&lt;error&gt; has no method '_addReference' Mozilla/5.0 (Linux; Android 4.4.4; Coolpad 8675-FHD Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/33.0.0.0 Mobile Safari/537.36     Mozilla/5.0 (Linux; Android 4.4.2; Coolpad 8675 Build/KOT...

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

54. Uncaught Can not find class srcipt/game/Game_App.ts [ 55%]

Uncaught Can not find class srcipt/game/Game_App.ts 如题  类也注册了 但是 还是提示 Uncaught Can not find class srcipt/game/Game_App.ts  找不到这个类 , 这个脚本是我直接复制进来的,没有在编辑器里创建,难道这个编辑器不能容纳复制进来的脚...

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

55. alertexception info: [Typeerror: null is not object (evaluating this. vaoext createvertexarrayoes"] [ 55%]

alertexception info: [Typeerror: null is not object (evaluating this. vaoext createvertexarrayoes"] mac系统 laya 2.2.0 打包到xcode,build没有问题,真机和模拟器调试报错 alertexception info: [Typeerror: null is not object (evaluating this. vaoext createvertexarrayoes"]at line 102...

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

56. warning:Laya.timer.once This variable is not defined. [ 55%]

warning:Laya.timer.once This variable is not defined. file:////Users/qykings/work/layaGame/src/view/game/logic/actors/actorClass/LocalPlayer.as (2000):warning:Laya.timer.once This variable is not defined.   更新到"1.7.16" mac layaAir 有这问题    win没有   好尴尬   2018-03-20 添加...

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

57. 2.0.0beta5 can not find class Laya.Text [ 55%]

2.0.0beta5 can not find class Laya.Text 我有个项目  Laya.version 显示 2.0.0beta5 请问我应该下载哪个版本的编辑器?我下载了   这两个版本的,运行的时候提示我这个   这是什么情况啊 附件 : --> 2021-06-24 添加评论 免费帖 --> 分享 微博 QZ...

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

58. .prefab预制创建在layaair调试里面报错 [ 55%]

.prefab预制创建在layaair调试里面报错 .prefab预制创建在layaair调试里面报错,在另一个调试里面首次加载会报错,再次加载没有问题。   附件 : --> testPrefab01.rar 2019-03-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...

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

59. 微信小游戏缓存问题,在laya里面明明已经预加载了,但是在微信开发者工具里面还是报出很多警告. [ 55%]

微信小游戏缓存问题,在laya里面明明已经预加载了,但是在微信开发者工具里面还是报出很多警告. code.js:12835 Resources already exist,is repeated loading: res/sound/bullet.mp3       附件 : --> 2018-04-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...

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

60. 预加载结束之后还是报lose skin [ 54%]

预加载结束之后还是报lose skin private loadRes():void{ Laya.loader.load("./res/atlas/comp.atlas",Laya.Handler.create(this, this.onAssetLoaded),Laya.Handler.create(this, this.onLoading, null, false)); } private onLoading(progress: number): void { console.log("加载进度: " + progress); } ...

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