大约有 18 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0033 秒)
... return; }; var width=img.sourceWidth; var height=img.sourceHeight / this._stateNum; img.$_GID || (img.$_GID=Utils.getGID()); var key=img.$_GID+"-"+this._stateNum; var clips=WeakObject.I....
来源: Laya_社区 发布时间: 20191122
...dex=this._state < this._stateNum ? this._state :this._stateNum-1; this._sources && (this._bitmap.source=this._sources[index]); if (this.label){ this._text.color=this._labelColors[index]; if (this._strokeColors)this._text.strokeColor=this._strokeColors[index]; } } __proto.changeClips=funct...
来源: Laya_社区 发布时间: 20170516
...; function onImgListRender(box: Laya.Box) { let model = box.dataSource; let panel = box.getChildByName('panel') as Laya.Panel; let img = panel.getChildByName('img') as Laya.Image; img.skin = model; let reset = function () { let source = im...
来源: Laya_社区 发布时间: 20180514
...anim:Laya.Animation = OBJ.getChildByName("NPCdie") as Laya.Animation; anim.source="Anim/z2die.ani"; this.Scene.addChild(OBJ); })); bundle.js:26 lost skin: zombie/z2/z2_0.png ,you may load pics first laya.core.js:22929 lost skin: zombie/z2/z2_1.png ,you may load pics first laya.core.js:22929 ...
来源: Laya_社区 发布时间: 20201022
...Image = "res/test.png"; var image2:Image = "res/test.png"; 这时候image1.source.bitmap.useNum的值不应该是2吗?可是实际上输出的是1。不知道是不是我的理解有问题还是LoaderManager.load在加载第二张图片直接完成导致useNum++没有执行的问题 2017-04-20 添...
来源: Laya_社区 发布时间: 20170420
...vate * 设置皮肤资源。 */ protected setSource(url: string, img: any = null): void { if (url === this._skin && img) { this.source = img this.onCompResize(); } ...
来源: Laya_社区 发布时间: 20191024
...: 'Module 'laya.d3.core' has no exported member 'particle'.' at: '4252,38' source: '' file: 'file:///d%3A/Users/tiger/Documents/HelloHello/libs/LayaAir.d.ts' severity: '错误' message: 'Module 'laya.d3.core' has no exported member 'particle'.' at: '4252,38' source: '' 2017-07-28 添加评论 免费...
来源: Laya_社区 发布时间: 20170728
请问给List里的item赋值,多层节点怎么赋值 source_arr.push({ // "mycircle/goods_img_img": { // skin: gameMain.userManager.goods_img // }, mycircle: { goods_img_img: { skin: gameMain.userManager.goods_img } } }); //source_arr是数据源数组,比如想给名为“mycircle”的sprit...
来源: Laya_社区 发布时间: 20180824
...以实现图标复制的效果。但使用 sprite.graphics.drawTexture(btn.source ... ) 的方式没成功,请指教! 2017-05-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 不...
来源: Laya_社区 发布时间: 20170522
...切换;刚在 loadImage() 的 complete 对应函数中加了一句 myImg.source = Laya.loader.getRes("2.png"); 手动赋值 texture 就可以了。 Monica • 2017-06-18 11:21 @Loongman:给Image设置皮肤的话直接用skin即可,之后切换皮肤也只需要切换skin
来源: Laya_社区 发布时间: 20170618