• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 20 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)

1. 使用laya官方示例代码制作微信小游戏无法显示 [ 100%]

... this.setup(); } private setup(): void { this.createLabel("#FFFFFF", null).pos(30, 50); this.createLabel("#00FFFF", null).pos(290, 50); this.createLabel("#FFFF00", "#FFFFFF").pos(30, 100); this.createLabel("#000000", "#FFFFFF").pos(290, 100); this.createLabel("#FFFFFF", "#00FFFF").pos(30, 150); this...

来源: Laya_社区 发布时间: 20180529

2. 打包为APP后,Lable的宽高有所变化,请问如何修正? [ 88%]

...able2.fontSize = 50; demoLable2.bgColor = "#0FF"; demo.addChild(demoLable2.pos(0,50)); } 附件 : --> 2018-05-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 黑白 手机中的字体,...

来源: Laya_社区 发布时间: 20180530

3. drawToTexture 绘制函数不工作呢 [ 85%]

...a.Sprite();         copyimg.size(100,100);         copyimg.pos(0,200);         copyimg.graphics.drawTexture(texcpy,0,0,100,100);         Laya.stage.addChild(copyimg);   这样的方式复制的图片也显示不出来   2019-07-30 0 0 分享 微博 QZONE 微信 为...

来源: Laya_社区 发布时间: 20190730

4. 这是图文混排谷歌浏览器查看正常打包后的APP文字消失表情变大 [ 82%]

...w.repl,'<img src="res/face/face'+i+'.png" style="width:36px;height:36px;position:relative;top:30px;"></img>'); } div.pos(30,5); div.innerHTML = txt; div.width = div.contextWidth; if(div.contextWidth > 200) div.contextWidth = 200; console.log(div.contextWidth); paopao.y = gRoomView.cha...

来源: Laya_社区 发布时间: 20170911

5. List 组件做的手风琴Demo [ 82%]

...         var img2 =new Laya.Image("bg1.png");         this.pos(0,0);         img1.size(100,30);         img2.size(100,50);         img1.name ="img1";         img2.name ="img2";         img2.visible =false; //默认img2隐藏         img...

来源: Laya_社区 发布时间: 20190522

6. 为什么谷歌浏览器调试可以显示这些文字打包后却没有了 [ 81%]

... src="res/face/face'+i+'.png" style="width:36px;height:36px;position:relative;top:30px;"></img>'); } div.pos(30,5); div.innerHTML = txt; div.width = div.contextWidth; if(div.contextWidth > 200) div.contextWidth = 200; console.log(div.contextWidth); paopao.y = gRoomVie...

来源: Laya_社区 发布时间: 20170911

7. 加载TiledMap 不显示 [ 81%]

... var p: Point = new Point(0, 0);         this.layer.getTilePositionByScreenPos(Laya.stage.mouseX, Laya.stage.mouseY, p);         this.layer.getScreenPositionByTilePos(Math.floor(p.x), Math.floor(p.y), p);         this.sprite.pos(p.x, p.y);     }      priv...

来源: Laya_社区 发布时间: 20201230

8. 如何实现3d遮罩效果? [ 79%]

...Model/quad/quad-Plane001.lm"))) as MeshSprite3D; mesh0.transform.localPosition = new Vector3(-0.3, 0.0, 0.0); mesh0.transform.localScale = new Vector3(0.01, 0.01, 0.01); mesh1 = scene.addChild(new MeshSprite3D(Mesh.load("../../../../res/threeDimen/staticModel/quad/quad-Plane001.lm")))...

来源: Laya_社区 发布时间: 20170209

9. 图片加载失败是什么原因,我该怎么让美术改图 [ 75%]

...","fresh/hand2.png"] handani.interval = 150 handani.zOrder = 10000 handani.pos(point.x+50,point.y+30) MainUI.Root.addChild(handani) handani.play(0,true,"handani") 控制台: [warn]Retry to load: fresh/hand1.png [warn]Retry to load: fresh/hand2.png [error]Failed to load: fresh/hand1.png [error]Fail...

来源: Laya_社区 发布时间: 20171117

10. 这是图文混排谷歌浏览器查看正常打包后的APP文字消失表情变大 [ 75%]

...ce/face'+i+'.png" style="width:28px;height:28px;"></img>'); } div.pos(30,5); div.innerHTML = txt; div.width = div.contextWidth; if(div.contextWidth > 200) div.contextWidth = 200; console.log(div.contextWidth); paopao.y = gRoomView.chatBox.height; paopao.imgSayBg.height = div.contextHeigh...

来源: Laya_社区 发布时间: 20170911