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

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

51. laya.ui.Button [ 92%]

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

52. laya.ui.Radio_API3.0 [ 92%]

...该组中当前所选的 Radio 控件。 see laya.ui.RadioGroup Hierarchy Button Radio Implements ISelect Index Constructors constructor Properties _extra _graphics _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag toggle drawtocanvCtx Accessors _isHeightSet _isWidthS...

来源: Laya3.0_api 发布时间: 20231115

53. button有时点击不到 [ 92%]

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

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

54. Cannot set property text of #<Button> which has only a getter [ 92%]

Cannot set property text of #&lt;Button&gt; which has only a getter Cannot set property text of #&lt;Button&gt; which has only a getter 2020-08-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为什么被折叠...

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

55. laya.ui.CheckBox [ 92%]

...ods | Events Packagelaya.uiClasspublic class CheckBoxInheritanceCheckBox Button Component Sprite Node EventDispatcher Object CheckBox 组件显示一个小方框,该方框内可以有选中标记。 CheckBox 组件还可以显示可选的文本标签,默认该标签位于 CheckBox 右侧。 Ch...

来源: laya_api 发布时间: 20170929

56. 无法触发浏览器文件上传框 [ 91%]

...览器文件上传框 // 程序入口 class GameMain { private btn: Laya.Button; private skin: string = 'images/button.png'; constructor() { Laya.init(200, 300); Laya.loader.load(this.skin, Laya.Handler.create(this, () =&gt; { this.btn = this.createBtn(this.skin); this.btn.on(Laya.Event.CLICK, this,...

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

57. sound manager在MOUSE_OVER事件中无法播放 [ 91%]

...建一个Sprite充当音效播放按钮             var soundButton: Sprite = this.createButton("播放音效");             soundButton.x = (Laya.stage.width - soundButton.width * 2 + gap) / 2;             soundButton.y = (Laya.stage.height - so...

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

58. laya.ui.Radio [ 91%]

...| Methods | Events Packagelaya.uiClasspublic class RadioInheritanceRadio Button Component Sprite Node EventDispatcher Object Radio 控件使用户可在一组互相排斥的选择中做出一种选择。 用户一次只能选择 Radio 组中的一个成员。选择未选中的组成员将取消选...

来源: laya_api 发布时间: 20170929

59. 如何用代码调用按钮的点击事件(如as3的dispatchEvent)? [ 91%]

...的点击事件(如as3的dispatchEvent)? 如何用代码调用按钮Button的点击事件(如as3的dispatchEvent)?即比如界面上有个按钮,点击会执行click事件操作,而我再给这个按钮和键盘绑定一个快捷键,当按下这个快捷键的时候,直接触发...

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

60. 播放时间轴动画的时候可以点击后边的button [ 91%]

播放时间轴动画的时候可以点击后边的button 做了一个动画遮罩,我将父精灵的mouseThrough设为false,mouseEnable设为true,在遮罩动画出来的时候点击场景中的按键还是有点击效果(只是有点击效果对应的功没有实现),我又在此基础...

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