大约有 8 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0034 秒)
...500,500,"#fff0cc"); testPan = new Sprite(); testPan.name = "testPan"; this.addChild( testPan ); testPan.pos( 300,300); testPan.graphics.drawRect(0,0,90,100,"#faaff0"); testPan.on(Event.CLICK,this,onMouseClick); testPan.width = 90; testPan.height = 100; var mcSp:Sprite = new Sprite(); mcSp.graphics.d...
来源: Laya_社区 发布时间: 20161124
...为panelA,现在会在面板上加个箭头图片,命名为imgB panelA.addChild( imgB ); panelA的宽高为100,100 imgB的坐标为110,50 出现现象是:位于面板A指定宽高范围 外部的imgB无法显示 请问下怎么才能使面板外部的imgB显示出来? 2017-02-07 添加评论...
来源: Laya_社区 发布时间: 20170207
...,200,200); img.graphics.drawTexture(t); img.graphics.restore(); this.addChild(img); 2019-01-11 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Laya07 相关问题 请问LayaAir中如何使图片以圆形的方式显示? Texture图...
来源: Laya_社区 发布时间: 20190111
...demibug • 2017-06-13 16:50 这需要什么关键代码!!! sprite3d.addChild(camera) trainsform.position.x = 123 不能重现吗??? demibug • 2017-06-13 16:51 断点的时候是正常的,但是直接跑就有问题。 bing • 2017-06-13 17:17 Vector3.ZERO.cloneto(transform.position...
来源: Laya_社区 发布时间: 20170611
...戏后没有显示,怎么解决 sprite设置了cacheas,removechild再addchild之后原先设置的cacheas无效,通过监测面板可以看到。请问这是不是bug? Laya中Panel控件在设计模式下,添加字内容界面。可以操作出拖动效果吗?就像可以在设计模式...
来源: Laya_社区 发布时间: 20190803
...ar img = new Laya.Sprite(); img.loadImage('images/item_5.png'); Laya.stage.addChild(img); img.on(Laya.Event.MOUSE_DOWN, img, onStartDrag); function onStartDrag(){ console.log(this); clickIndex++; msgDiv.html('图片选中了' + clickIndex + '次'); // img.startDrag(); } // Laya.stage.alignH = Laya.S...
来源: Laya_社区 发布时间: 20170427
... new Laya.Sprite(); a.graphics.drawCircle(0, 0, 50, "#ff0000"); Laya.stage.addChild(a); a.size(100, 100); a.pos(200, 200); a.mouseEnabled = true; a.mouseThrough = true; a.on(Laya.Event.MOUSE_DOWN, null, function (e: Laya.Event): void { console.log("touch a"); } 因为需要将mouseThrough=true...
来源: Laya_社区 发布时间: 20161109
...vent.CLICK,this,function() { alert("My Name is Bear"); }); mallLayer.addChild(flower); mallLayer._showGridList.push(flower); 附件 : --> hxwlworld.zip 2018-07-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回...
来源: Laya_社区 发布时间: 20180722