大约有 555 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0080 秒)
...回复问题请先登录 发起人 daohu 相关问题 分享:LayaAir下Loading进度条的制作(ActionScript 3.0) 【屏幕适配】在LayaAir上面是竖屏,为什么到微信开发工具中就是横屏,而且还被拉伸了 写个捕鱼游戏练练手 招聘:H5游戏开发 坐标:...
来源: Laya_社区 发布时间: 20170816
...Ball.cached){ Ball.cached = true; this.body = new Laya.Sprite(); this.body.loadImage("war/ball.png"); this.body.pivot(12,12); } this.addChild(this.body); Laya.timer.frameLoop(1,this,this.animate); } private animate(e):void{ this.body.rotation += 10; } } class Main{ private ball:Ball; private target...
来源: Laya_社区 发布时间: 20171108
...页 I/LayaBox: found the file in the package:scripts/async.js I/LayaBox: loadApp:http://happiness.joyleafs.com/ncapi/client/app*/index.json I/LayaBox: setCachePath:/data/user/0/com.layabox.run.*//LayaCache//appCache/ read index:/data/user/0/com.layabox.run.*//LayaCache//appCache/da25d557/fil...
来源: Laya_社区 发布时间: 20210305
...'I like ' + '' + 'cheese' + '' + '' + ''; var sp:Sprite = new Sprite(); sp.loadImage(data,0,0,200,200); Laya.stage.addChild(sp); } } } ``` 通过data来当做url传递给loadImage这个方法引擎就会帮我们加载并解码显示出来。loadImage这个方法中的参数不仅仅接收地址形...
来源: Laya2.0_文档 发布时间: 20210715
...nObject>' + '</svg>'; var sp: Laya.Sprite = new Laya.Sprite(); sp.loadImage(data, 0, 0, 200, 200); Laya.stage.addChild(sp); 通过data来当做url传递给loadImage这个方法引擎就会帮我们加载并解码显示出来。loadImage这个方法中的参数不仅仅有接收地址的url...
来源: Laya3.0_文档 发布时间: 20251010
...you may not be using this functionality currently, it has the potential to load private frameworks, private methods, and enable future feature changes. This includes any code which passes arbitrary parameters to dynamic methods such as dlopen(), dlsym(), respondsToSelector:, performSelector:, method...
来源: Laya_社区 发布时间: 20171221
...ss = (value: number) => h.runWith(value); } // @ts-ignore return Scene._load(url, progress).then(scene => { scene.open(closeOther, param); if (complete instanceof Handler) complete.runWith(scene); else if (complete) complete(scene); return scene; }); } }2.长音频播放暂停和恢复 触发...
来源: Laya_社区 发布时间: 20250609
...ncil功能 请问粒子,shader,动画缓存的优化应该如何选择 load方法的progress回调进的次数太少了。是我哪里设置有问题么 关于引擎对于骨骼动画骨骼形变支持的问题 问题状态 最新活动: 2020-10-13 14:08 浏览: 1654 关注: 5 人
来源: Laya_社区 发布时间: 20190628
...Cache/localstorage 04-11 11:17:09.000 8591-8591/? I/WebViewFactory﹕ Loading com.google.android.webview version 50.0.2661.86 (code 266108650) 04-11 11:17:09.096 8591-8591/? W/art﹕ Failed execv(/system/bin/dex2oat --runtime-arg -classpath --runtime-arg --debuggable --instruction-set=ar...
来源: Laya_社区 发布时间: 20170411
...复问题请先登录 发起人 cuixueying 相关问题 分享:LayaAir下Loading进度条的制作(ActionScript 3.0) 分享:自定义事件派发与侦听(A页面派发 B页面侦听) 关于近期iOS提交,因违反苹果3.1.1导致APP上架被拒的说明 分享:适配LayaAir版本...
来源: Laya_社区 发布时间: 20160226