大约有 317 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0045 秒)
Laya_社区(297) Laya2.0_文档(11) Laya3.0_文档(5) laya_api(1) Laya3.0_api(1) Laya2.0_示例(1) Laya2.0_api(1)
关于progress进度的问题 官方的progressBar是不是有问题,当progress不是标准的四四方方的矩形时候,可以明显看出来图片不是被裁减,而是被缩放了 2019-03-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20190314
js进度,进度,js场景进度效果 new function() { var className = 'Game'; window[className] = (function(original) { function Class() { this.arr = [ "res/atlas/lucky8.json", "res/atlas/lucky8/lewinlineicons.json", "res/atlas/lucky8/setting.json", "res/atlas/lucky8/setView.json", "res/atlas/lucky...
来源: Laya_社区 发布时间: 20170803
Laya.loader.create 进度回调函数执行两次!!! 上次发问题一直没有回复 Laya.loader.create("Main/SMain.ls",Laya.Handler.create(this,this.on3DComplete),Laya.Handler.create(this,this.onProgress,null,false)); Manager.prototype.onProgress = function(value) { console.log("value=="+Math.fl...
来源: Laya_社区 发布时间: 20180717
...背景是纯色的,不实用我们的项目,需要自定义背景图和进度条样式的 Monica • 2017-05-14 16:44 @a058110356:你重新打开以下这个链接,文档中有说明的 a058110356 • 2017-05-14 16:53 @Monica:这个我看过几次了,可能我没看懂或者漏掉什么,...
来源: Laya_社区 发布时间: 20170514
...之后也会继续改进 目前的解决方式:开发者自定义加载进度 1、设置config.js的 loadingView.loadingAutoClose=false;//false:自定义进度条 ture:使用laya默认进度条 2、设置加载进度(需要写在项目代码内,并非config.js内) var per=0; loadingView....
来源: Laya_社区 发布时间: 20160918
有偿解答 Laya致命问题 -预加载,进度问题 使用情况描述: 使用Laya.loader.load加载2d和声音资源使用 Laya.loader.create加载3D场景和模型资源 问题描述: 预加载效果不明显(每次进入时,加载进度都非常慢,需要花半分钟加载,20mb的资源)...
来源: Laya_社区 发布时间: 20180507
在加载多个资源的时候,加载进度异常 Laya.loader.load(["res/atlas/images.atlas", "res/atlas/f1.atlas", "res/atlas/f2.atlas", "res/atlas/f3.atlas", "res/atlas/f4.atlas", "res/atlas/f5.atlas"], Laya.Handler.create(this, function(){ }), Laya.Handler.create(this, function(e){ c...
来源: Laya_社区 发布时间: 20180101
请问更新遮罩的最优方式 需求是实现一种进度条,需要遮罩宽度随着进度变化而变化 _mask.size(_barImage.width * _percent, _barImage.height); _mask.graphics.clear(); _mask.graphics.drawRect(0, 0, _mask.width, _mask.height, "#FF0000"); ...
来源: Laya_社区 发布时间: 20170809
...要加$bar,这个是做什么的? 3.我能指定ProgressBar上层显示进度条的样式吗?比如是张图片 2016-07-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 你的报错...
来源: Laya_社区 发布时间: 20160729
请问怎么监听在IDE中创建的UI中资源的加载进度呢 我在IDE中创建了整个游戏界面,然后通过loader去加载界面的配置文件:Laya.loader.load(['res/atlas/game.json'],Laya.Handler.create(this,Slot.onSourcesLoaded), Laya.Handler.create(this,Slot.onSourcesLoading,null...
来源: Laya_社区 发布时间: 20170225