大约有 555 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0062 秒)
...t = "当前地图:" + this.big_map.selectedLabel } else { var dia1 = new loading() dia1.confirm.label = "大秘境钥匙不足" dia1.loading_desc.text = "可在小秘境挂机获取" dia1.confirm.on(Laya.Event.MOUSE_UP, this, dai1, [dia1]) dia1.popup() // this.big_map.selectedIndex = 0 } } } 两...
来源: Laya_社区 发布时间: 20180719
...回调 IOS 二次开发 callbackToJSWithClass, JS没有收到OC的回调 load方法的progress回调进的次数太少了。是我哪里设置有问题么 本人想做个批量加载json文件,然后等这些文件统一加载完后回调 问题状态 最新活动: 2017-06-26 12:16 浏览: 1325 ...
来源: Laya_社区 发布时间: 20170626
...eeDimen/scene/LayaScene_TextureGPUCompression/Conventional/"; Laya.Scene3D.load("scene.ls", Laya.Handler.create(.......)); ```
来源: Laya2.0_文档 发布时间: 20210714
...eeDimen/scene/LayaScene_TextureGPUCompression/Conventional/"; Laya.Scene3D.load("scene.ls", Laya.Handler.create(.......)); ```
来源: Laya2.0_文档 发布时间: 20210715
仅在Android微信小游戏下图片错乱 static preLoadPublicAssets(){ this.sAssetList = Loader.getRes("file_list.json") Laya.loader.load("res/ui/share@atlas0.png", Handler.create(this, this.onLoaded), null, Loader.IMAGE, 1, true, null, true) } static onLoaded(res){ console.log("public assets in...
来源: Laya_社区 发布时间: 20180609
....transform.rotate(new Laya.Vector3(-15, 0, 0), true, false); Laya.Sprite3D.load( "res/test_mesh2.lh", Laya.Handler.create(this, function (sprite: Laya.Sprite3D): void { var clonesprite: Laya.Sprite3D = sprite.clone() as Laya.Sprite3D; scene.addChild(clonesprite) as Laya.Sprite3D; clonesprite.transfo...
来源: Laya_社区 发布时间: 20220721
...类的名字(字符串)来获取该类的方法?类似get class by name load 加载完图集 回调函数可以传形参吗? Laya.Media方法调用失败 问题状态 最新活动: 2018-05-11 15:27 浏览: 784 关注: 2 人
来源: Laya_社区 发布时间: 20180511
...yaair中类的大小写规则有没有基本的说明文档 比如: Laya.loader.load("res/atlas/comp.json", Laya.Handler.create(null, onLoaded), null, Laya.Loader.ATLAS); Laya.loader.load(resArray, Laya.Handler.create(null,onLoaded)); loader与handler 2017-03-16 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20170316
...s/threeDimen/scene/LayaScene_TextureGPUCompression/Conventional/"; Scene3D.load("scene.ls", Handler.create(.......)); ```
来源: Laya2.0_文档 发布时间: 20210714
设置app开始时的动画报错 我想在项目里控制,windows.loadingView; 我这样写,报错: Laya.Browser.window.LoadingView.loading(50) of undefined 正确的写法是怎么样的呀 附件 : --> 2018-04-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...
来源: Laya_社区 发布时间: 20180418