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

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

41. Matter和Sprite绑定后图片移位问题 [ 87%]

...w Laya.Sprite().loadImage("img/hero.png");         ball_skin.scale(50/120, 80/178);         ball_skin.pivot(ball_skin.width / 2, ball_skin.height / 2);         var ball = Matter.Bodies.rectangle(330, 1,50, 80, {         layaSprite: ball_skin, // 绑定一个laya的Spr...

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

42. Laya.timer.loop只能重复调用不同函数吗,我想通过传参调用这样不行? [ 87%]

...函数吗,我想通过传参调用这样不行? 比如 Laya.timer.loop(50, this, this.Scroll,[this.textArr[0]]); Laya.timer.loop(50, this, this.Scroll,[this.textArr[1]]); Laya.timer.loop(50, this, this.Scroll,[this.textArr[2]]); Laya.timer.loop(50, this, this.Scroll,[this.textArr[3]]); Laya.time...

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

43. laya.utils.Log [ 86%]

...static] 是否自动滚动到底部,默认为trueLog  maxCount : int = 50[static] 最大打印数量,超过这个数量,则自动清理一次,默认为50次LogPublic Methods  MethodDefined By  clear():void[static] 清理日志 Log  enable():void[static] 激活Log系统,使用方法L...

来源: Laya2.0_api 发布时间: 20190513

44. 点击区域问题 [ 86%]

...; con1.addChild(con); // con.scrollRect = new laya.maths.Rectangle(200,200,500,500); con.x = con.y = -200; var sp:laya.display.Sprite = new laya.display.Sprite; con.addChild(sp); sp.x = 250; sp.y = 300; sp.graphics.drawRect(-50,-100,100,100,"#ff0000"); sp.hitArea = new laya.maths.Rectangle(-50,-100,...

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

45. UI-Label [ 86%]

...8"; setup(); })(); function setup() { createLabel("#FFFFFF", null).pos(30, 50); createLabel("#00FFFF", null).pos(290, 50); createLabel("#FFFF00", "#FFFFFF").pos(30, 100); createLabel("#000000", "#FFFFFF").pos(290, 100); createLabel("#FFFFFF", "#00FFFF").pos(30, 150); createLabel("#0080FF", "#00FFFF"...

来源: Laya_示例 发布时间: 20241118

46. 文本-下划线 [ 86%]

...teText('left', 1, null, 100, 10); createText('center', 2, "#00BFFF", 155, 150); createText('right', 3, "#FF7F50", 210, 290); } function createText(align, underlineWidth, underlineColor, x, y) { var txt = new Text(); txt.text = "Layabox\n是HTML5引擎技术提供商\n与优秀的游戏发行商\n面...

来源: Laya_示例 发布时间: 20241118

47. UI-Label [ 86%]

...2628"; this.setup(); } setup() { 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.createL...

来源: Laya2.0_示例 发布时间: 20241118

48. radio组件的九宫格属性无效 [ 86%]

...ale缩放设置后对图片内存大小有影响吗?比如我使用一张50*50像素的资源,然后放大到500*500显示,在绘制内存中资源会变大吗? 2017-11-10 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 shiyang123...

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

49. 文本-下划线 [ 86%]

...ateText('left', null, 100, 10); this.createText('center', "#00BFFF", 155, 150); this.createText('right', "#FF7F50", 210, 290); } createText(align, underlineColor, x, y) { const Text = Laya.Text; let txt = new Text(); Laya.stage.addChild(txt); txt.text = "Layabox\n是HTML5引擎技术提供商\n与...

来源: Laya2.0_示例 发布时间: 20241118

50. 缓动-简单的Tween [ 85%]

...eateCharacter("../../res/cartoonCharacters/1.png"); characterA.pivot(46.5, 50); characterA.y = 100; var characterB = createCharacter("../../res/cartoonCharacters/2.png"); characterB.pivot(34, 50); characterB.y = 250; Laya.stage.graphics.drawLine(terminalX, 0, terminalX, Laya.stage.height, "#FFFFFF")...

来源: Laya_示例 发布时间: 20241118