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

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

61. skeleton的_onAniSoundStoped清除的时候有时会报undefined错误 [ 52%]

...leton的_onAniSoundStoped清除的时候有时会报undefined错误 /** * @internal * 清掉播放完成的音频 * @param force 是否强制删掉所有的声音channel */ private _onAniSoundStoped(force: boolean): void { for (let len = this._soundChannelArr.length, i = 0; i < len; i++) { let ch...

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

62. 2.2.0版本用命令行发布包报出异常 Error: Cannot find module 'gulp' [ 52%]

...境等都有安装好,gulp其实是已经有安装好了。   stderr: internal/modules/cjs/loader.js:638     throw err;     ^ Error: Cannot find module 'gulp' 附件 : --> Test1.rar 2019-10-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容...

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

63. 谷歌浏览器运行错误 [ 51%]

...NKNOWN at exports._errnoException (util.js:1022:11) at ChildProcess.spawn (internal/child_process.js:313:11) at Object.exports.spawn (child_process.js:399:9) at launch.then (d:\Programes\LAYA\resources\app\extensions\laya-debug\out\bundle.js:201:56) 直接不能启动浏览器了 附件 : --> 2018-0...

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

64. 问下关于websocket的问题 [ 51%]

...._load (module.js:418:25) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at Object.<anonymous> (C:\Users\Administrator\Desktop\jjj.js:1:85) at Module._compile (module.js:571:32) at Object.Module._extensions..js (module.js:580:10) at Module.load (module.js:488:32) at...

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

65. macOS Sierra 下 IDE 1.7.8 发布时点构建按钮提示有错误 [ 51%]

...._load (module.js:418:25) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at Object.<anonymous> 请问怎么解决? 2017-08-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Moni...

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

66. as3数组push进去对象,为什么对象的属性没了 [ 50%]

...        trace(arr);         }             }      } internal class TestData {     public var a:int;     public var b:String;     public function TestData()     {     } } 2017-12-15 0 0 分享 微博 QZONE 微信 阿龙 赞同来自: 我也碰到同样的问...

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

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

...._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\Roaming\npm\node_modules\lay ir-cmd\node_modules\fs-extra\lib\fs\index.js:3:11) at Module._compile (module.js:643:30) at Object.Module._extensions....

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

68. 如何加载一个HTML页面 [ 49%]

...,"This page contains the following errors:error on line 1 at column 7: internal error: detected an error in element contentBelow is a rendering of the page up to the first error." (function() { var Stage = Laya.Stage; var Text  = Laya.Text; var WebGL = Laya.WebGL; (function() {   // 不支持Web...

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

69. 正常运行的2.1升级到2.2.0出现循环依赖的错误,这是咋回事丫 ? [ 48%]

...o (events.js:106:13) at ChildProcess.emit (events.js:194:7) at maybeClose (internal/child_process.js:899:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5) killed: false, code: 1, signal: null, cmd: 'D:\\laya\\2.2.0\\resources\\app\\node_modules\\.bin\\tsc.cmd -b "D:\\Users...

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

70. LAYA3D,如何关闭ALPHA预乘 premultiply alpha [ 48%]

...tations of HTMLCanvasElement's CanvasRenderingContext2D store color values internally in premultiplied form. If such a canvas is uploaded to a WebGL texture with the UNPACK_PREMULTIPLY_ALPHA_WEBGL pixel storage parameter set to false, the color channels will have to be un-multiplied by the alpha cha...

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