大约有 3,769 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0085 秒)
Laya_社区(3279) Laya2.0_文档(154) Laya3.0_api(102) Laya3.0_文档(83) Laya2.0_api(82) Laya_示例(44) laya_api(25)
...GameConfig.ts的init()中并未添加reg()进行注册,后来发现是在scene的runtime里没有拖入这个GameUI.ts,拖入后就能自动生成了。 因此,你的问题可能也是在编辑模式下某个scene的设置没有配置好导致的。 2018-12-08 0 0 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20181207
...lass undefined Error: asBitmap no size! 运行报错 Uncaught Can not find scene:GameView.scene undefined 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 问题状态 最新活动: 2019-05-13 10:57 浏览: 876 关...
来源: Laya_社区 发布时间: 20190422
....0 JS调用Java PlatformClass undefined 运行报错 Uncaught Can not find scene:GameView.scene undefined Uncaught TypeError: Cannot read property 'props' of undefined 今天打开微信工具出现错误Cannot read property 'USER_DATA_PATH' of undefined 发布到微信小游戏提示Cannot read pro...
来源: Laya_社区 发布时间: 20190904
...his.zombieAnimator.on is not a function 运行报错 Uncaught Can not find scene:GameView.scene undefined 引擎SWF动画示例,提示 TypeError: MovieClip is not a constructor 问题状态 最新活动: 2019-06-24 10:22 浏览: 3625 关注: 4 人
来源: Laya_社区 发布时间: 20180510
...场景中加入了鼠标点击事件 Laya.stage.on(Event.MOUSE_DOWN,this,sceneClick); private function sceneClick():void { trace("scene clicked"); } 3,在button上添加按钮功能 button.on(Event.CLICK,this,onBtn); private function onBtn(e:Event):void { e.stopPropagation(); ...
来源: Laya_社区 发布时间: 20180917
...object层,层级设置无效的问题 运行报错 Uncaught Can not find scene:GameView.scene undefined LayaNative2.2运行报错。:getBitmapData Cannot find the specified character in all fonts:263c 切换场景编辑器时 Laya3D init error must support webGl Laya3D init error, must support web...
来源: Laya_社区 发布时间: 20180410
...5435) at Function.StaticBatchManager.combine (laya.d3.js:6602) at Function.Scene3D._parse (laya.d3.js:31222) at Laya3D._onHierarchyInnerFirstLevResouLoaded (laya.d3.js:14496) at Handler.__proto.run (laya.core.js:1385) at onComplete (laya.core.js:14546) at Handler.__proto.runWith (laya.core.js:1400) ...
来源: Laya_社区 发布时间: 20181218
...的不对,建议看看官网示例,附下正确代码 this.role = scene3D.getChildByName("Cube") as Laya.MeshSprite3D; let phy: Laya.PhysicsCollider = this.role.addComponent(Laya.PhysicsCollider) as Laya.PhysicsCollider; let mesh:Laya.Mesh = Laya.loader.getRes("res/Conventional/Library/unit...
来源: Laya_社区 发布时间: 20191026
...t read property 'displayObject' of null 运行报错 Uncaught Can not find scene:GameView.scene undefined laya的模型动画对360小游戏不适配 报game.js:22084 Uncaught getUint16 error - Out of bounds 'releaseTexture' of null TiledMap通过名字获得MapLayer怎么都是Null 问题状态 最...
来源: Laya_社区 发布时间: 20170316
...看下导出的动画效果。 ```typescript //加载我们导出的场景 Scene3D.load("res/LayaScene_LayaMonkey/Conventional/LayaMonkey.ls",Handler.create(this,function(s:Scene3D):void{ Laya.stage.addChild(s); })); ``` (图6)
来源: Laya2.0_文档 发布时间: 20210714