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

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

181. [LayaAir3]谷歌崩溃 找不到是什么原因 [ 50%]

...::Value> (laya::JSTextMemoryCanvas::*)(char const*, int, int, int)>::call(v8::FunctionCallbackInfo<v8::Value> const&)+392) (BuildId: 119e13b807d2ae2ca1ea92dca76f354029cbcb3d)   #03  pc 0x0000000000cc85f4  /data/app/com.snbqt.tw-cJqvcvdJptMfFcF38WH8IQ==/split_config.arm64_v8a.apk!l...

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

182. 背景音乐来回切换报错 [ 50%]

...rib not implemented 3093 12436 07-16 13:28:37.232 402-748/? W/ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1123 com.android.server.InputMethodManagerService.hideCurrentInputLocked:1880 com.android.server.InputMethodManagerService...

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

183. 微信小游戏加载 BitmapFont 问题 [ 50%]

...就是button_font.fnt里面内容的字符串类型MiniLoader.onReadNativeCallBack=function(encoding,url,type,cache,group,ignoreCache,thisLoader,errorCode,data){ (cache===void 0)&& (cache=true); (ignoreCache===void 0)&& (ignoreCache=false); (errorCode===void 0)&& (errorCode=0...

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

184. AS引用AS项目打包出来的JS不能用 [ 49%]

...;/div></div> 这样的,还会报错Uncaught RangeError: Maximum call stack size exceeded     at CanvasRenderingContext2D.__proto.fillText (dsgame.max.js:6015)     at CanvasRenderingContext2D.__proto.fillText (dsgame.max.js:6015)     at CanvasRenderingContext2D.__proto.fillText (dsga...

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

185. js继承模式 [ 49%]

...function() { __extends(Class, Laya.Sprite); function Class() { Laya.Sprite.call(this); this.img = []; this.init(); } Class.prototype.init = function() { Laya.stage.addChild(this); this.bg(); Laya.timer.frameLoop(1, this, this.loop); }; Class.prototype.bg = function() { for (var i = 0; i < 2; i++)...

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

186. 原生js如何调用laya里的方法? [ 49%]

...hrow a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[func...

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

187. 游戏引导 原来使用 blendMode = "destination-out"; 现在怎么用? [ 49%]

...r than 2048,cache ignored"); _cacheStyle.releaseContext(); _next._fun.call(_next, sprite, context, x, y); return; } 就是这个 w > 2048 导致 容器的 CacheAs 'bitmap' 废了, 很奇怪相同的代码 在 laya 2.1 中为啥没事? WaIker • 2019-10-23 23:25 算了,知道怎么强...

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

188. native 问题实在太多了 使用自定义的动态字经常出现崩溃 [ 49%]

...::Value> (laya::JSTextMemoryCanvas::*)(char const*, int, int, int)>::call(v8::FunctionCallbackInfo<v8::Value> const&)+476) [arm64-v8a] 4 #03 pc 0000000000005590 /data/app/com.gemclash.towerdefense.gp-nL3Za3jIt5tpqzSue73YEQ==/lib/arm64/libv8.cr.so [arm64-v8a] 5 #04 pc 00000000000808...

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

189. iphone6闪退 [ 48%]

iphone6闪退 objc[644]: Class JSWTFMainThreadCaller is implemented in both /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore and /private/var/mobile/Containers/Bundle/Application/6815AAA5-5DD9-4F5E-B035-86F46C8BD87F/layabox.app/layabox. One of the two will be used. Which one is un...

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

190. laya支持的发布模式有哪些? [ 47%]

...类型不匹配时,即会中断程序的运行。并自动断点,选择Call Stack断点的上一步。 例子参考 ===============AS: var intObj:int = 20.2; JS: var intObj=20.2; if(!__DEBUGTYPE__(intObj,'int'))debugger;//在此行会自动断点 =============== AS: var py:int = undefined; JS: v...

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