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

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

31. laya.loaders.HierarchyLoader_API3.0 [ 72%]

...der legacySceneOrPrefab v2 v3 load Legend Object literal Variable Function Type alias Class Class with type parameter Method Enumeration Interface Static property

来源: Laya3.0_api 发布时间: 20231115

32. 释放资源报错 [ 72%]

... 释放unity导入的骨骼动画模型时报错 laya.d3.js:41972 Uncaught TypeError: Cannot read property 'off' of null     at SkinnedMeshRenderer.__proto._destroy (laya.d3.js:41972)     at SkinnedMeshSprite3D.__proto.destroy (laya.d3.js:34884)     at SkinnedMeshSprite3D.__proto.destroy (laya...

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

33. runtime运行报错! [ 72%]

...viewClassMap[runtime] || Laya["__classmap"][runtime]):View.uiClassMap[json.type];      return compClass ? new compClass():null;  } 这第2句代码貌似不正常啊?改成下面的样子试试:       var compClass=(View.viewClassMap[runtime] || Laya["__classmap"][runtime])?runtime:View...

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

34. 照着官方文档写的 Dialog 报错? [ 72%]

...写的 Dialog 报错? var LoadResource = function () { LoadResource.prototype.init = function () { this._container = new Sprite(); Laya.stage.addChild(this._container); Laya.loader.load(["../bin/res/ui/progressBar.png", "../bin/res/ui/progressBar$bar.png"], Handler.create(this, this.onPreloaded));...

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

35. laya3.0中jszip使用异常 [ 71%]

..."resources/files/config.zip";         Laya.loader.load([{ url: zipUrl, type: Laya.Loader.BUFFER }], null, Laya.Handler.create(this, this.onLoadCfg, null, false)).then(             (value) => {                 JSZip.loadAsync(value).then(                     (zipData: J...

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

36. Cannot read property 'call' of undefined [ 71%]

...到舞台时,抛出了异常,求助该怎么解决   详细日志: "TypeError: Cannot read property 'call' of undefined    at Function.<anonymous> (file:///Users/moos/Company/Emerson-AirWar/EmersonGame/bin/libs/laya.core.js:130:41)    at new GameScene (file:///Users/moos/Company/Eme...

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

37. laya.d3.webxr.core.ButtonGamepad_API3.0 [ 71%]

...in laya/d3/WebXR/core/WebXRGamepad.ts:211 destroy Returns void event event(type: string, data?: any): boolean Inherited from EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意...

来源: Laya3.0_api 发布时间: 20231115

38. Cannot read property 'call' of undefined [ 71%]

...GameScene并添加到舞台后,出现如下异常:   详细日志: "TypeError: Cannot read property 'call' of undefined    at Function.<anonymous> (file:///Users/moos/Company/Emerson-AirWar/EmersonGame/bin/libs/laya.core.js:130:41)    at new GameScene (file:///Users/moos/Company/Eme...

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

39. Laya2.0引擎创建3d示例项目运行报错 [ 70%]

...yLayaEmpty\.laya\gulpfile.js [10:29:49] Starting 'default'...  出错了: TypeScript error: ../../../node_modules/@types/gsap/index.d.ts(6,22): Error TS6053: File '../../../node_modules/@types/gsap/Animation.d.ts' not found. 2018-09-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...

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

40. protobuf TS中使用 [ 69%]

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

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