大约有 617 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0040 秒)
Laya_社区(371) Laya3.0_api(64) Laya2.0_api(59) laya_api(55) Laya2.0_文档(24) Laya2.0_示例(19) Laya_示例(19) Laya3.0_文档(6)
...Center"); this.boxSpaw = this.getChildByName("boxSpaw"); //this.spriteSpaw.loadImage("../..") buttonTest.on(Laya.Event.CLICK,this,()=>{ let point = new Laya.Point(this.sprteCenter.x,this.sprteCenter.y); let pointGlobal = this.sprteCenter.localToGlobal(point); Laya.stage.addChild(this.boxSpaw); th...
来源: Laya_社区 发布时间: 20190221
...色或两个不同颜色的text如何拼接看起来像一个文本? 用loadImage拼接显示图片时,有时会出现"花图"的现象 tiledMap加载显示后,模糊,并且地图拼接有错位 3D两个平面拼接的贴图直接会有明显的接缝 能不能图片拼接成全景 进行全...
来源: Laya_社区 发布时间: 20211008
...ate(null, function():void { var spr:Sprite = new Sprite(); spr.loadImage("res/1.pkm"); spr.pos(100, 100); Laya.stage.addChild(spr); }), null, Loader.IMAGE); 附件就是tp转的图片,这个是加载的代码 1.zip 2018-12-20 0 0 分享 微博 QZONE 微信 karin666 赞同...
来源: Laya_社区 发布时间: 20181219
...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
...人 忽啊忽啊 • 2018-11-21 13:59 this.sp = new Laya.Sprite(); this.sp.loadImage("Attack_0_0002.png", Laya.Handler.create(this, (data)=>{ this.sp.graphics.drawTexture(this.sp.texture); var bounds = this.sp.getGraphicBounds(true); })); 这样绘制后,最后拿到的宽高就是图...
来源: Laya_社区 发布时间: 20181117
...负得正 自从layaflash起,就一直存在的bug 动效模板bug image loadimage 加载网络图片BUG 问题状态 最新活动: 2021-10-19 19:41 浏览: 6900 关注: 2 人 shiyang • 2021-10-20 13:35 是属于tween的bug还是什么,要怎么解决 Laya_Fred • 2021-10-20 17:11 这个问...
来源: Laya_社区 发布时间: 20211007
...te Bear End } function createSprite(no){ var flower = new Sprite(); flower.loadImage(texture1); flower.pos((0 + no) * 99.5, 73); flower.mouseEnabled=true; flower.alpha=1; flower.on(Event.CLICK,this,function() { flower.scaleX=1.1; flower.scaleY=1.1; Laya.timer.once(100, this,function() { flower.scale...
来源: Laya_社区 发布时间: 20170110
...ILetterBox(letter, width) { UILetterBox.super(this); letter = letter; this.loadImage('res/jiezou/wenzi2.png'); Laya.loader.load("res/parts/qipao.part", Handler.create(this, onAssetsLoaded), null, Loader.JSON); } function onAssetsLoaded(settings) { settings.colorComponentInter = true; sp = new Partic...
来源: Laya_社区 发布时间: 20161230
...1 关注: 2 人 sky_fly • 2017-03-13 10:54 另外,我上次说的pos和loadImage方法的xy的问题,在文件夹的Background.ts中你可以测试下,也是几十秒后出现问题!两种方法的写法,我在代码里面注释了!麻烦啦! sky_fly • 2017-03-13 10:56 你截图的...
来源: Laya_社区 发布时间: 20170313
...= Laya.stage.clientScaleX, scaleY = Laya.stage.clientScaleY; img.loadImage('../demo.jpg', 200 * scaleX, 70 * scaleY, 100 * scaleX, 100 * scaleY); 2017-10-16 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 layaBox2018 相关问...
来源: Laya_社区 发布时间: 20171013