大约有 2,994 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0071 秒)
Laya_社区(2435) Laya2.0_文档(172) Laya3.0_api(101) Laya_示例(79) Laya3.0_文档(70) Laya2.0_api(55) laya_api(42) Laya2.0_示例(40)
...制 Laya.ResourceVersion.enable("version.json", Handler.create(null, beginLoad), Laya.ResourceVersion.FILENAME_VERSION); function beginLoad(){ let timerFont = new Laya.BitmapFont(); timerFont.loadFont('res/timerfont.fnt', Laya.Handler.create(this, () => { Laya.Te...
来源: Laya_社区 发布时间: 20180509
...此方法只执行一次 onAwake(): void { //加载Spine动画资源 Laya.loader.load("resources/boy/spineboy-pma.skel").then(() => { //添加spine组件 this.spine = this.sprite.addComponent(Laya.Spine2DRenderNode); this.spine.source = "resources/boy/spineboy-pma.skel"; this.spine.animationName ...
来源: Laya3.0_文档 发布时间: 20250104
...回复问题请先登录 发起人 candy 相关问题 分享:LayaAir下Loading进度条的制作(ActionScript 3.0) 两个对象new了一个相同的对象,调用第一个的一个方法,走进了第二方法里 2.0一不小心删了bin目录下的某个场景json文件。。竟然无法自...
来源: Laya_社区 发布时间: 20171124
...yaCanvas");; Laya.timer.frameOnce(1, this, () => { this.tempTexture2D.loadImageSource(cans, true); }); return this.tempTexture; } 2019-10-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 怦然心动。 ...
来源: Laya_社区 发布时间: 20191016
...一下是没有问题的 你自己可以写个简单的dmeo试一下 var loader:Loader=new Loader(); loader.contentLoaderInfo.addEventListener(Event.COMPLETE,onCom); loader.load(new URLRequest("aaa")); private function onCom(event:Event):void { // TODO Auto-generated method stub addChild(event.targe...
来源: Laya_社区 发布时间: 20151214
...ge.bgColor = "#232628"; setup(); })(); function setup() { Laya.loader.load("../../res/ui/dialog (3).png", Laya.Handler.create(this, function(){ var dialog = new Image("../../res/ui/dialog (3).png"); dialog.scaleX = 2; dialog.scaleY = 2; var panel = new Panel(); ...
来源: Laya_社区 发布时间: 20180201
...代码如下 let tmpSpine = new Laya.Skeleton(); tmpSpine.load("spineFile/6402.sk",Laya.Handler.create(this,()=>{ tmpSpine.showSkinByIndex(2);//皮肤ID:1,2 tmpSpine.play("idea",true); }),1); tmpSpine.x...
来源: Laya_社区 发布时间: 20200318
...复问题请先登录 发起人 cuixueying 相关问题 分享:LayaAir下Loading进度条的制作(ActionScript 3.0) LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使...
来源: Laya_社区 发布时间: 20170406
...ap/orthogonal-outside.json",viewRect, Handler.create(this, this.onCreateMapLoaded)); } private function onCreateMapLoaded():void { trace("loaded..."); } } } testTiledMap.zip 2018-04-28 2 2 分享 微博 QZONE 微信 rabbit 赞同来自: layabox 你遇到什么问题,能具体说下吗, 2018-0...
来源: Laya_社区 发布时间: 20180428
...问题请先登录 发起人 xiaobear250 相关问题 分享:LayaAir下Loading进度条的制作(ActionScript 3.0) 两个对象new了一个相同的对象,调用第一个的一个方法,走进了第二方法里 分享:自定义事件派发与侦听(A页面派发 B页面侦听) 分享...
来源: Laya_社区 发布时间: 20170323