大约有 152 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0077 秒)
js环境下使用Loader加载图片在Sprite对象的.on函数无效 js环境下使用Loader加载图片在Sprite对象的.on函数无效 var tempnote = new Laya.Sprite(); 使用 tempnote.texture=Loader.getRes(tempjson.pic)后 tempnote.on函数不触发 使用tempnote.loadImage(tempjson.pic); 触...
来源: Laya_社区 发布时间: 20171024
...tage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; //预加载资源 Laya.loader.load([this.buttonSkin, this.clipSkin, this.bgSkin], Laya.Handler.create(this, this.onSkinLoaded)); } private onSkinLoaded(): void { this.showBg(); this.createTimerAnimation(); this.showTotalSeconds();...
来源: Laya2.0_文档 发布时间: 20210714
... 有了新资源 我们第一步要干嘛啊? 对 先把这些资源预加载~~~ 我们打开LayaSample.js 把新的资源放到预加载列表中 ======================== 能量条 ======================== 先讲能量条 我们游戏中有两种能量条 1、玩家悬空能量 2、玩家加...
来源: Laya_社区 发布时间: 20160803
...另一个问题来了 当第二次重启小游戏的时候,需要重新加载缓存,也就是需要重新 readFile 就会重新触发 copyFile 函数,相当于复制自身 而微信的 copyFile 复制自身的话真机环境下好像会清空自身文件内容(我真机实测是这样,...
来源: Laya_社区 发布时间: 20200529
...例对象 animation 。 animation.loadAtlas("resource/ani/fighter.json");//加载图集并播放 animation.x = 200;//设置 animation 对象的属性 x 的值,用于控制 animation 对象的显示位置。 animation.y = 200;//设置 animation 对象的属性 x 的值,用于控制 animation 对...
来源: Laya3.0_api 发布时间: 20231115
...值用于版本管理映射,可以有效避免缓存或CDN带来的错误加载影响。 开启远程主包:勾选后,可以将主包放到远程CDN,用于适配淘宝小部件。如果资源也进行了远程分包,那么本地只剩libs和js。 开启分包:勾选后,开启分包功...
来源: Laya3.0_文档 发布时间: 20241014
...割组合为一个切片动画。 Image和Clip组件是唯一支持异步加载的两个组件,比如clip.skin = "abc/xxx.png",其他UI组件均不支持异步加载。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明...
来源: laya_api 发布时间: 20170929
...割组合为一个切片动画。 Image和Clip组件是唯一支持异步加载的两个组件,比如clip.skin = "abc/xxx.png",其他UI组件均不支持异步加载。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获...
来源: Laya2.0_api 发布时间: 20190513
...为使用工具的参考。 关于导出资源在layaAir中的加载使用,请参考官方3D示例。 unity2017以后的版本,由于unity中API结构调整,导入插件时必须更新API(I Made a Backup. Go Ahead!)。否则会出现部分...
来源: Laya_社区 发布时间: 20170428
...skin : String 对象的皮肤地址,以字符串表示。 如果资源未加载,则先加载资源,加载完成后应用于此对象。 注意:资源加载完成后,会自动缓存至资源库中。 Clip sources : Array 源数据。 Clip spaceX : intX方向文字间隙FontClip space...
来源: Laya2.0_api 发布时间: 20190513