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

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

121. VBox与HBox组件,不能对齐button按钮 [ 90%]

VBox与HBox组件,不能对齐button按钮 在Hbox和Vbox中的按钮无法被对齐。  版本是 LayaAir IDE 2.0.1beta 附件 : --> 2019-03-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞...

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

122. 3D射线穿透UI问题 [ 90%]

...用射线打到场景上面,我给UI设置了名字,加到舞台 Laya.Button buttonLaya.stage.addChild(new Laya.Button("res/layabox.png", "切换动作")) as Laya.Button; button.name = "abc"; Laya.Button.on(Laya.Event.CLICK, this, function:void{ 具体实现  });     在另一个方法里...

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

123. 照着官方文档写的 Dialog 报错? [ 89%]

..."res/ui/dialog.png"); dialog.addChild(bgImg); // bgImg.size(400, 458); var button = new Button("res/ui/close.png"); button.size(50, 50); button.name = Dialog.CLOSE; button.pos(bgImg.width - button.width - 5, 5); dialog.addChild(button); dialog.dragArea = "0,0," + bgImg.width + "," + bgImg.height; di...

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

124. laya.ui.Button [ 89%]

...I DocumentationAll Packages | All Classes | Index | Frames No Frames ButtonProperties | Methods | Events Packagelaya.uiClasspublic class ButtonInheritanceButton UIComponent Sprite Node EventDispatcher ObjectImplements ISelectSubclasses CheckBox, Radio Button 组件用来表示常用的多...

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

125. button的disableColor属性无效,已录屏压缩,怎么解决? [ 89%]

button的disableColor属性无效,已录屏压缩,怎么解决? 附件 : --> QQ录屏20201024142729.rar 2020-10-24 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 kylin 赞同来自: IDE所用引擎并不是...

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

126. UI-Clip [ 89%]

...AirIDE让项目开发更高效。(function() { var Stage = Laya.Stage; var Button = Laya.Button; var Clip = Laya.Clip; var Image = Laya.Image; var Handler = Laya.Handler; var WebGL = Laya.WebGL; var buttonSkin = "../../res/ui/button-7.png"; var clipSkin = "../../res/ui/num0-9.png"; var bgSkin = "../...

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

127. button有时点击不到 [ 89%]

button有时点击不到 按钮有时候接收不到点击事件,鼠标移过去按钮的skin也没有变成第二态,但是把鼠标从按钮上移开再移回去有时又可以了,不行的话反复几次也总会有一次正常的 2018-02-22 添加评论 免费帖 --> 分享 微博 QZONE ...

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

128. 分享:如何用代码创建自定义Tab组件 [ 89%]

分享:如何用代码创建自定义Tab组件 package { import laya.ui.Button; import laya.ui.Tab; import laya.utils.Browser; import laya.utils.Handler; public class LayaAirDemo { public function LayaAirDemo() { Laya.init(Browser.width,Browser.height); Laya.stage.bgColor="#EEFFCC"; //预加载bu...

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

129. UI-Clip [ 89%]

...、TypeScript三种开发语言、LayaAirIDE让项目开发更高效。let buttonSkin = "res/ui/button-7.png", clipSkin = "res/ui/num0-9.png", bgSkin = "res/ui/coutDown.png", currFrame; class UI_Clip { constructor() { const Browser = Laya.Browser, WebGL = Laya.WebGL, Stage = Laya.Stage, Stat = Laya....

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

130. laya底层渲染原理是怎么回事?button的messureHeight和Height的区别 [ 89%]

laya底层渲染原理是怎么回事?button的messureHeight和Height的区别 2018-01-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: messureHeight 没有这个东西啊,,height...

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