大约有 331 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0043 秒)
Laya_社区(221) Laya2.0_文档(37) Laya2.0_api(21) Laya3.0_api(21) laya_api(19) Laya3.0_文档(7) Laya2.0_示例(3) Laya_示例(2)
...640*1038,900K 先创建一个img实例 class bitmapimg extends Laya.Image //2.0版本 这里区别为export default class bitmap extends Laya.Image { private szurl:string="" constructor(url:string){ super() this.onUrlChangeHandler(url); } protected onUrlChangeHandler(url:string):void ...
来源: Laya_社区 发布时间: 20181201
...s.bg_img.width = Laya.stage.width; this.bg_img.height = Laya.stage.height; Image使用skin修改显示,改变宽高时,会拉伸显示内容 2018-01-22 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 lzh1589300156 相关问题 sprite...
来源: Laya_社区 发布时间: 20180122
...log("当前选择的索引:" + index); } } import Box = Laya.Box; import Image = Laya.Image; class Item extends Box { public static WID: number = 373; public static HEI: number = 85; private img: Image; constructor(){ super(); this.size(Item.WID, Item.HEI); this.img = new Image(); this.addChild(th...
来源: Laya2.0_文档 发布时间: 20210715
...; i <= 2; i++) { let e = this.typeBox.getChildByName('btn' + i) as Laya.Image; console.log(e); e.on(Laya.Event.CLICK, this, this.onBtnClick); } 按钮事件 private onBtnClick(event:Laya.Event): void { let b = event.currentTarget as Laya.Image; consol...
来源: Laya_社区 发布时间: 20190802
...x.all ,没办法动态该皮肤地址啊 Laya_Aaron • 2018-05-29 20:03 image.sikn = " 地址" 就可以改。 Laya_Aaron • 2018-05-29 20:03 skin 东 • 2018-05-29 21:20 您好,我知道这个。我的意思是,原ui里面skin地址是:v1/v1.png, 我在未加载layaUI.max.all.j...
来源: Laya_社区 发布时间: 20180529
...而我的图片并没有2048这么大。。。。。 代码如下 var mask:Image = new Image(); mask.skin = "res/atlas/遮罩.png" mask.pos(0,0); _cloudSP.mask = mask; 附件 : --> 2017-12-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...
来源: Laya_社区 发布时间: 20171202
...neWay • 2018-04-27 15:29 不支持这么用,只能用玩一玩提供的Image.saveImage接口将数据保存到沙箱地址,然后用沙箱地址显示 152*****351 • 2018-09-13 20:36 @OneWay: 我用这种方式,头像还是不能显示。这是打印的信息:level:1,code:1,info1:BK.Image...
来源: Laya_社区 发布时间: 20180426
...rayBuffer(data, 4); let blob = new Laya.Browser.window.Blob([data], {type:'image/apng'}); let url = Laya.Browser.window.URL.createObjectURL(blob); showImg.skin = (url); // 缓存 headCache[headUrl] = url; }); httpRequest.once(Laya.Event.ERROR, this, (data)=>{ // 输出错误 console.error(data); ...
来源: Laya_社区 发布时间: 20190430
...ocumentationAll Packages | All Classes | Index | Frames No Frames AdvImageProperties | Methods | Events Packagelaya.uiClasspublic class AdvImageInheritanceAdvImage Image UIComponent Sprite Node EventDispatcher Object 广告插件 Public Properties Hide Inherited Public Properties Show Inher...
来源: Laya2.0_api 发布时间: 20190513
...方法获取。设置为true,对性能有一定影响。 Sprite bar : Image[read-only] 获取进度条对象。 ProgressBar bg : Image[read-only] 获取背景条对象。 ProgressBar blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组...
来源: laya_api 发布时间: 20170929