大约有 556 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0067 秒)
TypeError: Cannot read property 'length' of null layaide2.4.0a场景包含预制体hero.prefab,b场景也包含预制体hero.prefab 在a场景通过Laya.Pool.getItemByCreateFun("hero", this.pHero.create, this.pHero)创建对象,同时给对象设置位置,成功 跳转到b场景后,通过Laya.Poo...
来源: Laya_社区 发布时间: 20200309
...用WebGL异常 调用Laya.init(600,300,Laya.WebGL);异常,报TypeError:Cannot read property 'enable' of undefined at Object.Laya.init(file:///F:/study/0%E8%BF%9.../bin/libs/laya.core.js:359:19); at file:///F:/study/0%E8%BF%9.../bin/mygame.js:1:6 不知是不是因为中间盘符用了中文的原...
来源: Laya_社区 发布时间: 20170117
...起人 魔尊 相关问题 laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined Uncaught TypeError: Cannot read property 'props' of undefined Laya.GlowFilter is not a constructor 使用GlowFilter的时候报错: GlowFilter is not a constructor 鼠标...
来源: Laya_社区 发布时间: 20190114
...小游戏代码报错gameThirdScriptError (unknown) gameThirdScriptError Cannot read property 'events' of undefined TypeError: Cannot read property 'events' of undefined at Function.EventDispatcher.__init$ (http://127.0.0.1:52880/game/code.js:630:29) at http://127.0.0.1:52880/game/code.j...
来源: Laya_社区 发布时间: 20180504
Uncaught TypeError: Cannot read property 'props' of undefined 按照官方提供的代码,导入从unity导出的场景,出现此错误,代码如下 var Main = (function () { function Main() { //初始化引擎 Laya3D.init(0, 0,true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.s...
来源: Laya_社区 发布时间: 20180919
跳转场景后laya.core.js就报Cannot read property 'width' of null的错误 偶发性bug。 Uncaught (in promise) TypeError: Cannot read property 'width' of null at Function.Texture._create (laya.core.js:15946) at Texture.__proto._onLoaded (laya.core.js:15750) at EventHandler._...
来源: Laya_社区 发布时间: 20200201
...尺寸,缩放模式,横竖屏 发生改变时会报错Uncaught TypeError: Cannot read property 'length' of null 怎么进入webgl模式 LayaIDE编辑模式下,list组件问题 2.10.0版本中代码编译器模式下为什么会自动打开Visual Studio Code,有什么办法设置在LayaAir上面...
来源: Laya_社区 发布时间: 20170619
...ng!,this class[MiniAdpter] already exist: Object {init: } 2.0.0编译报错Cannot find global type 'Array' 构建app后导入AS报错Could not find com.android.tools.build:gradle:3.1.2. LayaNative2.2运行报错。:getBitmapData Cannot find the specified character in all fonts:263c Cannot find modul...
来源: Laya_社区 发布时间: 20210624
Cannot read property 'rayCast' of undefined export default class indexscene extends Laya.Script { constructor(){ super(); this.rotation = new Laya.Vector3(0, 0.01, 0); this.point = new Laya.Vector2(); this.ray = new Laya.Ray(new Laya.Vector3(),new Laya.Vector3()); //1.开启第四个参数 let conf...
来源: Laya_社区 发布时间: 20200903
...编译报错。 麻烦看看怎么回事? VM168:1 gameThirdScriptError Cannot read property 'events' of undefined TypeError: Cannot read property 'events' of undefined at Function.EventDispatcher.__init$ (http://127.0.0.1:35024/game/code.js:634:29) at http://127.0.0.1:35024/game/code.js:14:71 at A...
来源: Laya_社区 发布时间: 20180801