大约有 1,536 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0056 秒)
...firstSprite= new Laya.Sprite(); this._firstSprite.pos(100,150); Laya.stage.addChild(this._firstSprite); this._firstSprite.loadImage('../laya/assets/image/0.jpg'); //this._firstSprite.scale(0.3,0.3); this._firstSprite.size(200,200); //this._firstSprite.pivotX = 0;//设置 sprite 对象的水平方法...
来源: Laya_社区 发布时间: 20200801
...nput(); textInput.bgColor = "#ffcccc"; textInput.size(200,200); Laya.stage.addChild(textInput); textInput.name = "aa"; textInput.on(Event.FOCUS,this,onFoucs); private function onFoucs(e:Event):void { trace(e); } 2017-10-26 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要...
来源: Laya_社区 发布时间: 20171026
Event触发不了 var btn:Sprite = new Sprite(); login.addChild(btn); btn.graphics.drawRect(100, 200, 50, 50, "#000"); btn.pos(100, 200); btn.size(50,50); btn.on(Event.MOUSE_DOWN, this, function():void {console.log(1);}); btn.on换成Laya.stage.on是可以触发的,但是btn却触发不了。 麻...
来源: Laya_社区 发布时间: 20170525
... txtName.stroke = 2; txtName.text = "设置全局字体无效"; Laya.stage.addChild(txtName); 2017-12-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: 给Font设置defaultFa...
来源: Laya_社区 发布时间: 20171227
...();//把上次的绘制清除 sp.graphics.drawTexture(texture); Laya.stage.addChild(sp); } 2017-05-05 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 jacksing888 相关问题 请问LayaAir中如何使图片以圆形的方式显示? 安...
来源: Laya_社区 发布时间: 20170505
关于changeText的bug var txt = new Laya.Text(); Laya.stage.addChild(txt); txt.pos(300,300,true); txt.width = 30; txt.fontSize = 30; txt.overflow = "hidden"; txt.changeText("这里是测试代码");//这里显示正常,hidden生效 txt.changeText("这里是测试代码1");//这里文字全...
来源: Laya_社区 发布时间: 20220511
...0,200,"#FF0000"); sp.graphics.alpha=0.4; sp.graphics.restore(); Laya.stage.addChild(sp); 2017-02-16 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 tody 相关问题 Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没有使用...
来源: Laya_社区 发布时间: 20170215
...r = 0,len:number = 2000;i < len;i++){ testUI = new TestUI(); Laya.stage.addChild(testUI); Laya.stage.destroyChildren(); } testUI = null; 再写个循环掉用2000次,内存涨了24M,等了很久也没有降,这是正常的吗? 2017-11-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20171103
...new laya.display.Text(); text.text = "abc"; text.fontSize = 60; Laya.stage.addChild(text); laya.display.Text.RightToLeft = true;加上这句后显示如图 [attach]12861[/attach] 附件 : --> 2018-06-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...
来源: Laya_社区 发布时间: 20180604
...eError: tex.once is not a function 官方视频教程中飞机大战 "this.addChild is not a function" 打地鼠发布成微信小游戏后提示gameThirdScriptError this.preinitialize is not a function "this.moles[this.index].show is not a function" api readFile success callback function undefined ...
来源: Laya_社区 发布时间: 20200513