大约有 2,991 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0110 秒)
Laya_社区(2265) Laya2.0_文档(235) Laya_示例(147) Laya2.0_示例(117) Laya3.0_api(70) Laya2.0_api(64) laya_api(59) Laya3.0_文档(34)
...和ALIGNMENT_VIEW模式有什么区别? Dialog和View用destroy和Laya.stage.removeChild有什么区别? 关于打包图集时的图片默认属性与repeat的区别 关于几种文本的区别与用法 问题状态 最新活动: 2018-03-06 18:48 浏览: 1229 关注: 2 人
来源: Laya_社区 发布时间: 20180306
...this._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
... layanative2 打包android平台 报错 btCollisionObject undefined 修改stage的scale后,会发生异常情况 构建iOS工程后,真机上运行显示“网络异常,请检查您的网络或与开发商联系...”, 问题状态 最新活动: 2018-02-24 15:15 浏览: 952 关注: 3 人 hon...
来源: Laya_社区 发布时间: 20180104
...前内存增大,然后我退出大厅到登录页做了如下处理 Laya.stage.removeChild(Constant.hallView); Constant.hallView.destroy(true); 把它移除掉,但是为什么内存还是那么大,没降下来,是否还要做什么处理? 2017-04-10 添加评...
来源: Laya_社区 发布时间: 20170410
...博 QZONE 微信 Tank1919 赞同来自: 这是graphics的一个bug。 Laya.stage.graphics.fillText("文本",0,0, "500px Arial", "#ffffff", "left"); 2021-09-07 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Tank1919 相关问题 官方有...
来源: Laya_社区 发布时间: 20191206
...cene/Conventional/scene.ls',Laya.Handler.create(this,function(scene){ Laya.stage.addChild(scene); })); ``` (图2)
来源: Laya2.0_文档 发布时间: 20210715
...cene/Conventional/scene.ls',Laya.Handler.create(this,function(scene){ Laya.stage.addChild(scene); })); ``` (图2)
来源: Laya2.0_文档 发布时间: 20210715
...Cloud = new Animation(); this.aniCloud.loadAnimation("AniCloud.ani"); Laya.stage.addChild(this.aniCloud); }报错 Uncaught ReferenceError: Animation is not defined 2017-10-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 ...
来源: Laya_社区 发布时间: 20171026
...关的链接 提交 1 个回复 Supermang42 赞同来自: Keyword:Laya.stage.addChild( xxx ); 2017-09-21 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 scorpio 相关问题 请问LayaAir中如何使图片以圆形的方式显示? 请...
来源: Laya_社区 发布时间: 20170921
...r i=new Laya.Sprite(); i.loadImage('res/DUMMY1.png'); i.scale(10,10); Laya.stage.addChild(i); 做像素游戏的时候,位图做缩放的话,能不能去掉这个平滑处理,就是如图这样的像素效果 另外,刚才我在UI里面把一个小的像素区域作为背景拉伸后,...
来源: Laya_社区 发布时间: 20180613