大约有 78 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0044 秒)
...请先登录 发起人 cuixueying 相关问题 分享:LayaAir下Loading进度条的制作(ActionScript 3.0) LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale TS项目使用matter....
来源: Laya_社区 发布时间: 20170406
...sBar" ProgressBar Class ProgressBar ProgressBar 组件显示内容的加载进度。 example 以下示例代码,创建了一个新的 ProgressBar 实例,设置了它的皮肤、位置、宽高、网格等信息,并添加到舞台上。 package { import laya.ui.ProgressBar; import laya.utils.Ha...
来源: Laya3.0_api 发布时间: 20231115
...sk.onProgressUpdate(res => { console.log('下载进度', res.progress) console.log('已经下载的数据长度', res.totalBytesWritten) console.log('预期需要下载的数据总长度', res.totalBytesExpectedToWrite) ...
来源: Laya_社区 发布时间: 20190514
...现 LAYA 真的太太太太好用了!!!! 分享:LayaAir下Loading进度条的制作(ActionScript 3.0) LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 分享:自定义...
来源: Laya_社区 发布时间: 20200903
...有部分缺失(demo已上传) 绘制一个扇形用于节点遮罩,做cd进度效果,但是扇形遮罩在一些角度的时候绘制出来的会有缺失,而绘制出来同角度不用于遮罩的扇形显示是正常的 let node: Laya.Image = new Laya.Image('c1.png'); node.pos(300, 300) Lay...
来源: Laya_社区 发布时间: 20190701
...progress.destroy(destroyChild); _proMask = null; _progress = null; } /** * 进度条皮肤。 * @return */ public function get hProgressSkin():String { return _progress.skin; } public function set hProgressSkin(value:String):void { console.log("设置progress皮肤: " + value); _progress.skin = valu...
来源: Laya_社区 发布时间: 20170327
...加新回复 发起人 cuixueying 相关问题 分享:LayaAir下Loading进度条的制作(ActionScript 3.0) LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没有使用命名空间类文件的定...
来源: Laya_社区 发布时间: 20170109
... Sprite Node EventDispatcher Object ProgressBar 组件显示内容的加载进度。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Spri...
来源: laya_api 发布时间: 20170929
... Sprite Node EventDispatcher Object ProgressBar 组件显示内容的加载进度。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中...
来源: Laya2.0_api 发布时间: 20190513
...Laya不支持ProgressEvent,但是可以使用mornUI粗略地实现加载进度,方法就是在加载的资源上填上size,像我上面修改路径那里那样,然后在LoaderManager中加一行代码//[IF-SCRIPT] loadAssetsProgress(0, 0); SpriteSheet.zip 2015-12-17 1 0 分享 微博 QZON...
来源: Laya_社区 发布时间: 20151217