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

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

561. playSound和playMusic结束时候有异常抛出 [ 62%]

...mp3") 3. 声音播放完成后,系统抛出异常__proto._tryClearBuffer=function(sourceNode){ try {sourceNode.buffer=WebAudioSound._miniBuffer;}catch (e){WebAudioSoundChannel._tryCleanFailed=true;} } 求解,谢谢 2017-01-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...

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

562. 报错:error TS5007: Cannot resolve referenced file: error TS5023: Unknown option 'p' Use the ' [ 62%]

...动生成的ui代码报错 导微信小程序报错window.focus is not a function Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 官网示例摇一摇报错,就解决方案 runtime运行报错! 问题状态 最新活动: 2017-11-02 09:39 浏览: 2714 关注: 4 人 186...

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

563. laya.d3.core.reflectionprobe.ReflectionProbe_API3.0 [ 62%]

...Node.ts:218 Parameters node: Node Returns Node callLater callLater(method: Function, args?: any[]): void Inherited from Node.callLater Defined in laya/display/Node.ts:611 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 see #runCallLater() Pa...

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

564. 使用外部引擎播放layaair制作的.ani [ 62%]

...ader.load('./card/atlas/card.atlas', Laya.Handler.create(this, onLoaded)); function onLoaded() { //创建一个Animation实例 var tl = new Laya.Animation(); //加载动画文件 tl.loadAnimation("./card/card.ani"); //添加到舞台 Laya.stage.addChild(tl); //播放Animation动画 tl.play(); tl.on(...

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

565. IDE通过.ui自动生成的ui代码报错 [ 62%]

...摇报错,就解决方案 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2018-01-17 20:13 浏览: 2713 关注: 2 人 sheen • 2018-01-17 20:25 我已经改好了。。忘记之前删了一个模版。。

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

566. 在执行动画的时候报错laya.core.js:29156 Uncaught TypeError: Cannot read property 'borderColor' of null [ 62%]

... btCollisionObject undefined 导微信小程序报错window.focus is not a function runtime运行报错! 用了ByteArray的zlib.min.js后报错 laya2 发布微信开放域工程,用微信开发者工具打开报错 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promis...

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

567. 为啥我在批量removeself 会报错卡死 [ 62%]

为啥我在批量removeself 会报错卡死 override public function removeSelf():Node { this.scaleX = 1; this.scaleY = 1; this.alpha = 1; this.pos(0,0); this.filters = []; if(selectImg != null) { selectImg.removeSelf(); } this.mouseEnabled = true; if(this.visible == false) { this.visible = true; ...

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

568. 今天打开微信工具出现错误Cannot read property 'USER_DATA_PATH' of undefined [ 62%]

...ned TypeError: Cannot read property 'USER_DATA_PATH' of undefined     at Function.MiniFileMgr.setNativeFileDir (http://127.0.0.1:37684/game/code.js:21639:46)     at Function.MiniAdpter.init (http://127.0.0.1:37684/game/code.js:21174:16)     at Object.init (http://127.0.0.1:37684/game/code.js:1...

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

569. Laya2.0编译后所有js都自动合并到bundle.js中,导致bundle.js过大,加载速度很慢,bundle.js可以拆分吗 [ 62%]

...true,              /* Enable strict null checks. */     // "strictFunctionTypes": true,           /* Enable strict checking of function types. */     // "strictPropertyInitialization": true,  /* Enable strict checking of property initialization in classes. */     // "noImplicitTh...

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

570. [Error] TypeError: null is not an object (evaluating 'this._style._tf') [ 62%]

...TypeError: null is not an object (evaluating 'this._style._tf') (anonymous function) (laya.core.js:16463) toParentPoint (laya.core.js:15797) localToGlobal (laya.core.js:15757) getGlobalRecByPoints (laya.core.js:10216) getGlobalPosAndScale (laya.core.js:10224) getTransformRelativeToWindow (laya.core....

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