大约有 89 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0041 秒)
如何在加载图片同时使其在舞台居中? sp.loadImage(_img, 0, 0, 0, 0, Handler.create(this, function(){ trace("complete!!"); 因为我之前1.0可以使用以上方法,但切换到2.0发现complete不触发,这让我如何是好? 2018-10-09 添加评论 免费帖 --> 分享 微博...
来源: Laya_社区 发布时间: 20181009
...(比较耗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
...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
...://tool.css-js.com/base64.html,编译好的base64码,直接当url传给loadImage即可! 2017-06-13 1 4 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 zhuijie 相关问题 请问LayaAir中如何使图片以圆形的方式显示? Textu...
来源: Laya_社区 发布时间: 20170613
...交 2 个回复 浪货界扛把子 赞同来自: cuixueying 给精灵设置loadimage后不能直接获取它的大小; 问题:是不是只有加载完图片在能真正获取他的width和height? 本人当前解决方法:提前加载资源,在回调中进行操作设置 text_load_wid...
来源: Laya_社区 发布时间: 20170118
...d(){ BackGround.__super.call(this); this.bg1 = new Laya.Sprite(); this.bg1.loadImage("comp/bg.png"); this.addChild(this.bg1); } Laya.class(BackGround,"BackGround",_super); return BackGround; })(Laya.Sprite)代码我这样写可以正常显示,你试试 2017-02-22 0 1 分享 微博 QZONE 微信 为...
来源: Laya_社区 发布时间: 20170222
...相关的链接 提交 2 个回复 Laya_XS 赞同来自: sprite你可以用loadImage,image你可以用skin。但是你直接使用网络的图片会存在跨域的问题! 2017-02-20 0 0 分享 微博 QZONE 微信 tianbo_zhang 赞同来自: 1.设置baseUrl为:http://image.xxx.com/ 2. 使用Laya...
来源: Laya_社区 发布时间: 20170220
...dChild(img); //加载图片" img.loadImage("/res/atlas/game/bg.png",50,50,130,35); I:\MyDream\Dream\bin-debug\h5\res\atlas\game\bg.png 这个是图片地址 2017-03-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...
来源: Laya_社区 发布时间: 20170307
...(比较耗CPU,频繁使用会造成卡顿,尽量少用)。 Graphics loadImage(url:String, x:Number = 0, y:Number = 0, width:Number = 0, height:Number = 0, complete:Function = null):void 加载并显示一个图片。 Graphics restore():RestoreCmd 返回之前保存过的路径状态和属...
来源: Laya2.0_api 发布时间: 20190513
...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