大约有 471 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0048 秒)
Laya_社区(390) Laya2.0_文档(31) Laya_示例(20) Laya2.0_api(12) Laya3.0_文档(6) laya_api(5) Laya2.0_示例(4) Laya3.0_api(3)
...ddComponent(Laya.SkinAnimations); anifish2.templet = Laya.AnimationTemplet.load("fish/haitun/haitun.lsani"); anifish2.player.playByFrame(0,1.0,2147483647,0,60,30);//游动 // anifish2.player.playByFrame(0,1.0,2147483647,60,145,30);//交互 //这上面播放没问题然后我要做个点击切换 /...
来源: Laya_社区 发布时间: 20170927
...题请先登录 发起人 斯人独憔悴 相关问题 分享:LayaAir下Loading进度条的制作(ActionScript 3.0) Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没有使用命名空间类文件的定义!导致运行时 找不到类的定义!这是为什么? 已上传 Demo ...
来源: Laya_社区 发布时间: 20210223
... })(); function showApe() { // 方法1:使用loadImage var ape = new Sprite(); Laya.stage.addChild(ape); ape.loadImage("../../res/apes/monkey3.png"); // 方法2:使用drawTexture Laya.loader.load("../../res...
来源: Laya_社区 发布时间: 20171201
...00631用户 赞同来自: //加载IDE指定的场景 Laya.loader.load([{url:"minastc.config.json",type:Laya.Loader.JSON}],new Laya.Handler(this,function(){ this.astcconfig = Laya.loader.getRes("minastc.config.json"); for(var key in this.astcconfig...
来源: Laya_社区 发布时间: 20221013
...传出问题的附件demo 关键代码 LayaUISample的 function beginLoad(){ ConfigEventDispatcher.getInstance().on(ConfigEventDispatcher.CFG_PARSE_COM, this, parseCfgCom); // 解析游戏配置表数据 ConfigMgr.dataInfoComplete(); } ConfigMgr.dataInfoComplete(); 里面有许多...
来源: Laya_社区 发布时间: 20180205
...; assets = ["../../res/ui/dialog (1).png", "../../res/ui/close.png"]; Laya.loader.load(assets, Handler.create(this, onSkinLoadComplete)); })(); function onSkinLoadComplete() { var dialog = new Dialog(); var bg = new Image(assets[0]); dialog.addChild(bg); var button = new Button(assets[1]); button.na...
来源: Laya_社区 发布时间: 20170303
...这行呢? 示例中的ts代码,访问资源路径是: Laya.Scene.load("../../res/threeDimen/scene/terrain/terrain.ls") 我把所有的 ../../res 改成了 res 然后启动项目,报错如下: Error: BaseMaterial: unknown shader name. at CustomTerrainMaterial.__proto.setShaderN...
来源: Laya_社区 发布时间: 20180403
...年了至今无解答 let aniEffConfPath = './res/atlas/comp.atlas' Laya.loader.load(aniEffConfPath, Laya.Handler.create(this, this.onLoaded)) onLoaded(){ // Laya.ClassUtils.regClass('ui.TestPUI', ui.TestPUI) var efc = new ui.TestPUI(); Laya.stage.addChild(efc); } 按照官方文档,运行后报...
来源: Laya_社区 发布时间: 20210111
... new Templet(); mFactory.on(Event.COMPLETE, this, parseComplete); mFactory.loadAni(mAniPath); } public function destroy():void { mArmature.stop();//停止龙骨动画播放 removeEvent();//移除事件 mArmature.removeSelf();//从显示列表移除龙骨动画本身 mArmature.removeChildren();//从...
来源: Laya_社区 发布时间: 20170406
...代码new Laya.View(),然后代码添加list image什么的就可以.... load图集什么的都能加载的 aqualee • 2019-03-06 12:08 子域里面不能用图集,用不打包 ,main.ts 里面 Laya.ResourceVersion.enable("version.json", Laya.Handler.create(this, this.onVersionLoaded...
来源: Laya_社区 发布时间: 20190305