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

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

191. web版发布后,在浏览器运行报错 提示找不到 btCollisionObject_create [ 78%]

...高 赞同来自: Uncaught TypeError: Wt.getOCTree(...).addRender is not a function 这个报错是因为用的2.9.0的库,但接口用的是新接口,2.9.0的库中没有addRender方法,使用的是add方法。解决办法是使用更新的版本库,或者用add接口。 Uncaught TypeError:...

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

192. ts项目发布的时候报错 [ 78%]

...开发者工具打开报错 导微信小程序报错window.focus is not a function 本地调试加载本地图片都报错 微信小游戏编译报错 问题状态 最新活动: 2017-12-08 16:27 浏览: 617 关注: 3 人 hkhkhkhk • 2017-12-08 16:34 @Monica 我更新了截图。 Monica • 2017-12-...

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

193. 微信小游戏怎么引入DOMParser? [ 78%]

...arser? 以下是laya.wxmini.js中的代码 MiniAdpter.parseXMLFromString=function(value){ var rst; var Parser; value=value.replace(/>\s+</g,'><'); try { /*__JS__ */rst=(new window.Parser.DOMParser()).parseFromString(value,'text/xml'); }catch (error){ throw "需要引入xml解析库文...

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

194. 我想动态改自定义shader里的值,应该怎么写?? [ 78%]

...我这样写set的时候报错 Uncaught TypeError: this._setValue is not a function at CustomMaterial.setAlphaTestValue (CustomMaterial.js:34) at LayaAir3D.js:94CustomMaterial.setAlphaTestValue @ CustomMaterial.js:34 (anonymous) function CustomMaterial() {     CustomMaterial.__super.call(this);  ...

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

195. laya.d3.math.Ray_API3.0 [ 78%]

...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Enumeration Interface

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

196. 回调函数传递sprite3D问题 [ 78%]

....push(warehouse1); Laya.timer.frameLoop(1, this, freshBubble,spriteArray); function freshBubble(sprites) { var spr = sprites[0]; xp = (((-25) - cameraX) * ((-25) - cameraX)+( 0 - cameraY) * ( 0 - cameraY) + ( 0 - cameraZ)*( 0 - cameraZ)); camera.viewport.project(spr.transform.position, camera.projec...

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

197. 微信小游戏中不能加载proto文件 [ 78%]

...  request:fail invalid url "res/protobuf/Login.proto"   具体代码: (function () { var Loader = Laya.Loader; var Browser = Laya.Browser; var Handler = Laya.Handler; console.log("!____________________________________")  var ProtoBuf = Browser.window.protobuf;  // Laya.init(550, 400);  ProtoB...

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

198. 小游戏项目 加载有中文的json文件 报错 [ 78%]

...,{"id":"2","name":"王麻子"},{"id":"3","name":"layabox"}]} 代码 public function LayaUISample() { //初始化微信小游戏 MiniAdpter.init(); //初始化引擎 Laya.init(600, 400); var url:String = "res/json/Sheet1.json"; Laya.loader.load(url, Handler.create(null, onJsonLoaded,[url]), null, Loa...

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

199. Android打包后运行报错 [ 78%]

...      ReferenceError: CanvasRenderingContext2D is not defined     at Function.Context.__init__ (http://stand.alone.version/Main.max.js:16077:12)     at Object.Laya.init (http://stand.alone.version/Main.max.js:386:11)     at new Main (http://stand.alone.version/Main.max.js:2923:8)     at h...

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

200. laya2.8微信云开发出现错误 [ 78%]

... property 'indexOf' of undefined;at api readdirSync beforeSuccess callback function TypeError: Cannot read property 'indexOf' of undefined     *ThirdScriptError removeListener only takes instances of Function;at audioContext.oncanplay callback function Error: removeListener only takes instances of...

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