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

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

21. 急急急,如何设置按钮点击加载ani [ 82%]

... laya.webgl.WebGL;     import laya.utils.Mouse;     import laya.ui.Button;     import laya.display.Sprite;     import laya.display.Animation;     import laya.maths.Rectangle;     import laya.display.Stage;          public class LayaUISample {         private v...

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

22. list中加的button不能接收点击事件 求一个list中加button的demo [ 82%]

list中加的button不能接收点击事件 求一个list中加button的demo list中加的button不能接收点击事件 求一个list中加button的demo 2017-03-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 ...

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

23. laya.ui.Button [ 82%]

...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

24. dialog的lock属性没出现 [ 82%]

...下我下面的例子 package { import laya.display.Stage; import laya.ui.Button; import laya.ui.Dialog; import laya.ui.Image; import laya.utils.Handler; import laya.webgl.WebGL; public class DialogCenterClose { private const DIALOG_WIDTH:int = 220; private const DIALOG_HEIGHT:int = 275; private con...

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

25. Button属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 82%]

# Button 组件详解 ## 1、创建Button组件   按钮(Button)组件是最常用的组件之一,可以显示文本标签、图标或者两者同时显示。在LayaAirIDE里的按钮图片资源(按钮皮肤)命名通常是以btn为前缀,如图1所示。 ![图1](img/1.png) (图1...

来源: Laya2.0_文档 发布时间: 20210715

26. 关于button的destroy不起作用的问题 [ 82%]

关于button的destroy不起作用的问题 dialogButton = new Button(assets[0]); dialogButton.label = "知道了"; dialogButton.height = 30; dialogButton.width = 80; dialogButton.name = Dialog.CLOSE; dialogButton.pos(20,clientHeight*0.2-dialogButton.height-20); dialogButton.labelColors = "#7FFFD4,...

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

27. Clip属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 80%]

...kage { import laya.display.Stage; import laya.events.Event; import laya.ui.Button; import laya.ui.Clip; import laya.ui.Image; import laya.utils.Handler; import laya.webgl.WebGL; public class UI_Clip { /***控制器按钮资源***/ private var buttonSkin:String = "../../../../res/ui/button-7.png"; /*...

来源: Laya2.0_文档 发布时间: 20210714

28. Button属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 80%]

# Button 组件详解 ## 1、创建Button组件   按钮(Button)组件是最常用的组件之一,可以显示文本标签、图标或者两者同时显示。在LayaAirIDE里的按钮图片资源(按钮皮肤)命名通常是以btn为前缀,如图1所示。 ![图1](img/1.png) (图1...

来源: Laya2.0_文档 发布时间: 20210714

29. Button属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 80%]

# Button 组件详解 ## 1、创建Button组件   按钮(Button)组件是最常用的组件之一,可以显示文本标签、图标或者两者同时显示。在LayaAirIDE里的按钮图片资源(按钮皮肤)命名通常是以btn为前缀,如图1所示。 ![图1](img/1.png) (图1...

来源: Laya2.0_文档 发布时间: 20210714

30. UI弹窗 · LayaAir3.0文档 · LAYABOX [ 80%]

...Laya.Image = new Laya.Image(this.assets[0]); this.dialog.addChild(bg); var button: Laya.Button = new Laya.Button(this.assets[1]); button.name = Laya.Dialog.CLOSE; button.pos(this.DIALOG_WIDTH - this.CLOSE_BTN_WIDTH - this.CLOSE_BTN_PADDING, this.CLOSE_BTN_PADDING); this.dialog.addChild(button); this...

来源: Laya3.0_文档 发布时间: 20230303