• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 481 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0051 秒)

321. 发现TimeLine的一些问题,像是BUG [ 63%]

...); Stat.show(); //加载引擎需要的资源 Laya.loader.load([{url: "res/atlas/comp.json", type: Loader.ATLAS}], Handler.create(this, onLoaded)); } private function onLoaded():void { //实例UI界面 Laya.stage.bgColor="#353535"; sp1=createSprite(50,50);//创建方块1 sp2=createSprite(250,50);//...

来源: Laya_社区 发布时间: 20161207

322. laya/assets下文件打图集问题 [ 63%]

laya/assets下文件打图集问题 图集是成功打到bin/res/atlas 目录下,但是 bin/fileconfig.json 却并没有更新, 导致进入游戏还是访问不到头文件,Failed to load resource: net::ERR_FILE_NOT_FOUND [ 2019-10-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...

来源: Laya_社区 发布时间: 20191019

323. 关于LayaAir IDE使用工具图集打包无生成文件的问题 [ 63%]

...a_15.png R 1375BB85 chara_16.png     未见生成合成的png文件以及atlasjson ,请问如何处理, ide版本号1.7.11beta   附件 : --> 2017-11-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 内容相关的链接 提交 8 个回复 w...

来源: Laya_社区 发布时间: 20171108

324. layacmd 问题 [ 63%]

....2" 能生成main.min.js 但是没压缩混淆 还有用工具导出的res\atlas 和 用工具导出的json 文件大小也会不一样   还有一个错误 不知道是啥玩意 附件 : --> 2017-10-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 内...

来源: Laya_社区 发布时间: 20171018

325. 当使用Image作为一个对象的遮罩时,设置Image的ScaleX为0时遮罩失效! [ 63%]

...GameMain{ constructor() { Laya.init(1280,720); Laya.loader.load([{url:"res/atlas/comp.json",type:Laya.Loader.ATLAS}],Laya.Handler.create(this,this.loaded,null)); } private loaded():void{ var img:Laya.Image = new Laya.Image(); img.skin = "comp/img_pro.png"; Laya.stage.addChild(img); var imgMask:Laya....

来源: Laya_社区 发布时间: 20170327

326. 如何用代码控制panel的vscroll滚动幅度 [ 63%]

... { Laya.init(600,600); Laya.stage.bgColor='#EEFFCC'; Laya.loader.load("res/atlas/comp.json",Handler.create(this,onLoaded),null,Loader.ATLAS); } private function onLoaded():void { //panel 切记设置宽高,否则panel不显示 var panel:Panel=new Panel(); panel.size(300,300); panel.pos(100,100); p...

来源: Laya_社区 发布时间: 20170719

327. .ani文件能预加载吗? [ 63%]

.ani文件能预加载吗? atlas和png都是预加载的,结果发现还有个.ani文件,想预加载它,否则播放特效延迟啊。 //播放模块remove特效 var ani:Animation = new Animation(); ani.loadAnimation("ani/TX001.ani"); //动画播放完的事件 ani.on(Laya.Event.COMPLETE,t...

来源: Laya_社区 发布时间: 20180615

328. MiniAdpter.nativefiles 设置本地加载altlas、json、fnt等文件类型无效 [ 62%]

...载altlas、json、fnt等文件类型无效 MiniAdpter.nativefiles = ['xxx.atlas', 'xxx.json', 'xxx.fnt']Laya2.2.0beta2,当设置以上文件为本地加载时,没有效果,如果是图片声音等文件,没有问题。Laya2.1.1及以前的版本一切正常,希望能改回来,谢谢~ 20...

来源: Laya_社区 发布时间: 20190805

329. 分享-js资源进度加载 [ 62%]

...示帧频信息 Laya.Stat.show(); //加载进度ui var arr = [{ url: "res/atlas/Progress.json", type: Laya.Loader.ATLAS }]; Laya.loader.load(arr, Laya.Handler.create(this, this.onProgress)); } onProgress() { this.Progress = new Progress(); Laya.stage.addChild(this.Progress); //加载资源进度并...

来源: Laya_社区 发布时间: 20171217

330. 使用laya官方示例代码制作微信小游戏无法显示 [ 62%]

...urceVersion.FILENAME_VERSION); function beginLoad(){ Laya.loader.load("res/atlas/comp.atlas", Handler.create(null, onLoaded)); } function onLoaded(): void { //实例UI界面 new laya.UI_Label(); }   上图为在layaIDE中的显示效果。   不知道具体是什么原因,希望得到大家的...

来源: Laya_社区 发布时间: 20180529