大约有 128 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0038 秒)
ls场景文件通过Laya.loader.create()预加载后stage.destroyChildren()出现异常Cannot read property 'visible' of null 附Demo。 想做不同场景之间的切换。 spriteBtn.on(Laya.Event.CLICK, this, function (e) { Laya.stage.destroyChildren(); newScene(); });问题:LayaAirUnityP...
来源: Laya_社区 发布时间: 20170615
...nction main():void { _guideImage = new Image(); _guideImage.source = Loader.getRes("source/png/ui/1/guideImg.png"); tweenGuide1(_guideImage ); Tween.clearAll(_guideImage); _guideImage.destroy(true); _guideImage.dispose(); _guideImage = null; } public function tweenGui...
来源: Laya_社区 发布时间: 20161216
...Mode="horizontal"; //加载FGUI中的文件 var ProgressBar,resArray; Laya.loader.load([ {url:"res/Public.fui",type:laya.net.Loader.BUFFER}, {url:"res/Public@atlas_ucn9w.png",type:laya.net.Loader.IMAGE}, {url:"res/Public@atlas_ucn90.png",type:laya.net.Loader.IMAGE}, {url:"res/Public@atlas0.png",type...
来源: Laya_社区 发布时间: 20171207
....core.js:1410) at ResInfo.__proto.event (laya.core.js:1166) at LoaderManager.__proto._endLoad (laya.core.js:14880) at Loader.onLoaded (laya.core.js:14850) at EventHandler.__proto.runWith (laya.core.js:1409) at Loader.__proto.event (laya.core.js:1166) at Loader.__p...
来源: Laya_社区 发布时间: 20200201
TypeError: Cannot set property 'material' of undefined this.unit3D = Laya.Loader.getRes("Unity/Unit.lh") as Laya.MeshSprite3D; this.scene3D.addChild(this.unit3D); this.unit3D.transform.localScale = new Laya.Vector3(1, 1, 1); this.unit3D.transform.translate(new Laya.Vector3(0, 0, 0))...
来源: Laya_社区 发布时间: 20190907
...,获取的Laya.state为null 获取unity导出模型Rigidbody为null Load.loader.getRes返回都是Null 问题状态 最新活动: 2018-07-16 11:45 浏览: 1577 关注: 2 人 steven chan • 2018-07-16 12:05 谢谢
来源: Laya_社区 发布时间: 20180716
Load.loader.getRes返回都是Null Load.loader.getRes返回都是Null,,,明明在别的项目里都是这样使用的 附件 : --> Test22.rar 2019-09-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什...
来源: Laya_社区 发布时间: 20190930
加载view时Laya.loader为null 2019-06-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 【飞飞】 赞同来自: 2019-06-19 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复...
来源: Laya_社区 发布时间: 20190619
...Uncaught TypeError: Cannot read property 'cursor' of undefined错误 Load.loader.getRes返回都是Null laya创建wxopendataviewer组件报 Cannot read property "createTexture" of null 的错误,疑似layabug Cannot read property 'offCanplay' of null laya2.9版本,脚本如何正确添加,现...
来源: Laya_社区 发布时间: 20171206
...ayaAir引擎 Cannot read property 'load' of null 查了断点,看到Laya.loader是null,为什么会出现为null的情况? 代码如下: class main{ constructor(){ MapManager.getInstance().LoadMapResource(); } } new main(); class MapManager { private static s_instance = null; public static g...
来源: Laya_社区 发布时间: 20171124