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

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

131. Cannot read property 'call' of undefined [ 93%]

... 详细日志: "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/Emerson-AirWar/EmersonGame/src/GameScene.js:4:19)    at Ho...

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

132. 实例碰撞体报错,Cannot read property 'btSphereShape' of undefined [ 93%]

...caught TypeError: Cannot read property 'btSphereShape' of undefined     at new SphereColliderShape (laya.d3.js:27198)     at new GameUI (GameUI.js:30)     at Function.ClassUtils.getInstance (laya.core.js:9634)     at SceneLoader.create (laya.core.js:20746)     at EventHandler.__proto....

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

133. 导入缩放过带有MeshCollide时出错,Cannot read property 'setLocalScaling' of undefined [ 93%]

...aught TypeError: Cannot read property 'setLocalScaling' of undefined     at MeshColliderShape.__proto._setScale (laya.d3.js:23983)     at PhysicsCollider.__proto._onScaleChange (laya.d3.js:21429)     at PhysicsCollider.__proto._innerDerivePhysicsTransformation (laya.d3.js:21500)     at Physi...

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

134. 编译部署到layaCloud正式环境报错 [ 93%]

...r(result.ret+':'+result.msg);   出错了:  Error: 162:permission denied at Request._callback (E:\gitApp\Felguard_TD_Server\server\gulpfile.js:348:27) at Request.self.callback (D:\新安装工具\layabox2.0\LayaAi 出错了:rIDE_beta\resources\app\node_modules\request\request.js:186:22) at emitTwo...

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

135. Animation创建动画模板问题 [ 93%]

Animation创建动画模板问题 请问动画模版支持通过打包后的图集方式创建吗,我通过如下方式创建会抛出异常: // 动画模版 Laya.Animation.createFrames([{ url: "res/atlas/actor/character/idle.json", type: Laya.Loader.ATLAS }], ActionType.MOVE_STAND);   异常...

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

136. 发布web,选择压缩混肴js后,运行报错,正常编译后可以运行项目 [ 93%]

...,运行报错,正常编译后可以运行项目 LayaAirIDE_beta 1.8.8 bata  库LayaAirAS3_1.7.18 一直抱这个错误 Uncaught TypeError: Cannot read property 'freeTime' of undefined     at i.e.zhaoMu (LayaSample.max.js:1)     at i.e.execute (LayaSample.max.js:1)     at i.runWith (LayaSa...

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

137. 微信小游戏打包后SFS2X.d.ts没有打包成js文件 导致运行报错未找到 [ 93%]

...ts没有打包成js文件 导致运行报错未找到 SFS2X is not defined;at api readFile success callback function ReferenceError: SFS2X is not defined     at Server.initSFS (http://127.0.0.1:17168/game/code.js:130617:26)     at GameMain.initGame (http://127.0.0.1:17168/game/code.js:176074:20)...

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

138. 运行调试layaair后黑屏,用的js [ 93%]

...的js 问题日志:"TypeError: Cannot read property 'call' of undefined at Function.<anonymous> (file:///Users/moos/Company/EmersonGame/bin/libs/laya.core.js:130:41) at new GameInfo (file:///Users/moos/Company/EmersonGame/src/GameInfo.js:4:18) at onLoaded (file:///Users/moos/Company/EmersonG...

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

139. layaair-cmd publish -h 报找不到universalify module错误 [ 93%]

...ish -h module.js:540 throw err; ^ Error: Cannot find module 'universalify' at Function.Module._resolveFilename (module.js:538:15) at Function.Module._load (module.js:468:25) at Module.require (module.js:587:17) at require (internal/module.js:11:18) at Object.<anonymous> (C:\Users\fp005\AppData...

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

140. Laya2.2问题,有没有遇到的? [ 93%]

...码 (function () { 'use strict';  class GameConfig { constructor() { } static init() { var reg = Laya.ClassUtils.regClass; } } GameConfig.width = 640; GameConfig.height = 1136; GameConfig.scaleMode = "fixedwidth"; GameConfig.screenMode = "none"; GameConfig.alignV = "top"; GameConfig.alignH = "left"...

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