大约有 1,562 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0059 秒)
...if(data.test == "test"){ var integralMall = new IntegralMall(); Laya.stage.addChild(integralMall); } }); android 里面的方法 public static void wxRegLogin(boolean bOpen){ Log.e("LayaAir回调结果", "==================================================================="); JSONObject objCallBack =...
来源: Laya_社区 发布时间: 20180103
...der.ATLAS) })(); function onLoaded(){ var _start = new start(); Laya.stage.addChild(_start); } })(); var start = (function(_super){ function start(){ start.super(this); } Laya.class(start,"start",_super); //var _proto = Game.prototype; return start; })(ui.startUI) 2018-12-20 添加评论 免费帖 -...
来源: Laya_社区 发布时间: 20181220
... automap.index=_sx+int(chat.charAt(i)); addChild(automap) 解决方案是修改AutoBitmap类中的public function set clips 实现方法 2016-06-06 1 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 ghgmxema...
来源: Laya_社区 发布时间: 20160606
...ya.SphereMesh(1, 20, 20); phereMesh = new Laya.MeshSprite3D(sphere); scene.addChild(sphereMesh); 我创建了一个球体 我现在要干几个事情: 1、修改这个球体的材质颜色 2、修改这个球体的xia显示方式(例如几何体线型图线型图) 2016-12-27 添加评论 免...
来源: Laya_社区 发布时间: 20161227
...omponentIntance(self.nigrop); self.nativeGroup.zOrder = 999998; Laya.stage.addChild(self.nativeGroup); self.nativeGroup.left = 0; self.nativeGroup.right = 0; self.nativeGroup.bottom = 0; })); } Label中 "bgColor":"orange"显示出来了,但是text没有显示出来,辛苦看一下是什么...
来源: Laya_社区 发布时间: 20200630
...qb.on(Laya.Event.STOPPED,this,this.changeSkin); this.owner.addChild(this.skebqb); this.skebqb.pos(500, 600); this.changeSkin(); } changeSkin(){ this.skebqb.replaceSlotSkinName("chuandiwu","","bianbian"); ...
来源: Laya_社区 发布时间: 20201231
...F"; txt.pos(50, 100); Laya.stage.addChild(txt); socket = new Socket(); output = socket.output; ...
来源: Laya_社区 发布时间: 20170209
... this.testText = new Laya.Label(0, 0, 100, 100) this.addChild(this.testText) this.testText.fontSize = 70 this.testText.changeText("测试一下看看有没有问题") 附件 : --> 2019-02-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20190220
... this.aniUrls( v1, v2, tip, frames ) ).play(); roleAni.pos(x,y); this.root.addChild( roleAni ); roleAni.pivotY = roleAni.getBounds().height; console.log("---> ", roleAni.getBounds() ); 打印为 ---> Rectangle {x: 0, y: 0, width: 0, height: 0}修改anchorY值无效 2017-08-24 添加评论 免...
来源: Laya_社区 发布时间: 20170824
...会导致mask变黑 在1.7.12beta 移除有mask的绿色图片后,再次addChild上,出现如下情况 ,例子已上传 附件 : --> test.zip 2017-11-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Moni...
来源: Laya_社区 发布时间: 20171114