大约有 94 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0034 秒)
...邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来自: img.loadImage("url",0,0,view.width,view.height) 2018-01-18 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 a372853273 相关问题 请问LayaAir中如何使图片以...
来源: Laya_社区 发布时间: 20180118
...e drawTextures drawTriangles fillBorderText fillText fillTexture getBounds loadImage removeCmd restore rotate save scale strokeText transform translate create recycle Constructors constructor new GraphicsAni(): GraphicsAni Inherited from Graphics.constructor Defined in laya/display/Graphics.ts:54 Re...
来源: Laya3.0_api 发布时间: 20231115
...(比较耗CPU,频繁使用会造成卡顿,尽量少用)。 Graphics loadImage(url:String, x:Number = 0, y:Number = 0, width:Number = 0, height:Number = 0, complete:Function = null):void 加载并显示一个图片。 Graphics restore():void 返回之前保存过的路径状态和属性。 ...
来源: laya_api 发布时间: 20170929
...了图集。。但是在代码里偶尔需要动态创建,这个时候用loadImage加载不了,因为打成图集的的图片在bin下没有单独的图片路径。那这个时候我要动态创建如何加载资源呢。。 2017-11-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...
来源: Laya_社区 发布时间: 20171103
...tton2.skin=button1.skin,如果你要赋值给一个sprite,就让sprite.loadImage(button.skin) 2017-05-22 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Loongman 相关问题 发起问题须知,必看!!!不按提问规则的...
来源: Laya_社区 发布时间: 20170522
...包成图集,要进行预加载,如果图片没有打包,可以通过loadImage,drawTexture,来显示,https://ldc.layabox.com/doc/?nav=zh-as-1-3-0,上面有详细解答 2017-10-19 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起...
来源: Laya_社区 发布时间: 20171019
如何在加载图片同时使其在舞台居中? sp.loadImage(_img, 0, 0, 0, 0, Handler.create(this, function(){ trace("complete!!"); 因为我之前1.0可以使用以上方法,但切换到2.0发现complete不触发,这让我如何是好? 2018-10-09 添加评论 免费帖 --> 分享 微博...
来源: Laya_社区 发布时间: 20181009
... 1 个回复 Laya_XS 赞同来自: var sprite:Sprite = new Sprite; sprite.loadImage("图片路径"); Laya.timer.loop(1000,this,function(){ sprite.y += 1; }) 不知道是不是你想要的? 2016-11-26 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先...
来源: Laya_社区 发布时间: 20161125
...://tool.css-js.com/base64.html,编译好的base64码,直接当url传给loadImage即可! 2017-06-13 1 4 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 zhuijie 相关问题 请问LayaAir中如何使图片以圆形的方式显示? Textu...
来源: Laya_社区 发布时间: 20170613
...e drawTextures drawTriangles fillBorderText fillText fillTexture getBounds loadImage removeCmd restore rotate save scale strokeText transform translate Constructors constructor new Graphics(): Graphics Defined in laya/display/Graphics.ts:54 Returns Graphics Accessors cmds get cmds(): any[] set cmds(...
来源: Laya3.0_api 发布时间: 20231115