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

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

81. laya.ui.HSlider [ 86%]

...ckagelaya.uiClasspublic class HSliderInheritanceHSlider Slider UIComponent Sprite Node EventDispatcher Object 使用 HSlider 控件,用户可以通过在滑块轨道的终点之间移动滑块来选择值。 HSlider 控件采用水平方向。滑块轨道从左向右扩展,而标签位于轨道...

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

82. 上层图层怎么传递事件给下层的图层 [ 86%]

...谢 2018-01-09 0 0 分享 微博 QZONE 微信 liuyao 赞同来自: 两个Sprite层叠起来,上面的Sprite调用on方法绑定click事件,下层的Sprite也调用on方法绑定click事件,我希望上层的Sprite的事件处理函数运行完毕,下层再捕获click事件,而不是被拦...

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

83. laya.ui.ViewStack [ 86%]

...kagelaya.uiClasspublic class ViewStackInheritanceViewStack Box UIComponent Sprite Node EventDispatcher ObjectImplements IItem ViewStack 类用于视图堆栈类,用于视图的显示等设置处理。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefi...

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

84. 切换位图,点击图片距离容器的区域也会触发点击事件 [ 86%]

... this.img2 = "../laya/assets/comp/haoyuobang-hui.png"; var img = new Laya.Sprite(); //实例 img.width = 300; //宽高 img.height = 200; switchImg(); img.on(Laya.Event.CLICK, this, switchImg) //点击事件 Laya.stage.addChild(img); function switchImg() { img.graphics.clear(); //清除绘制 var img...

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

85. laya.ui.Tab [ 86%]

...Packagelaya.uiClasspublic class TabInheritanceTab UIGroup Box UIComponent Sprite Node EventDispatcher Object Tab 组件用来定义选项卡按钮组。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活...

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

86. laya.ui.MoreGame [ 86%]

...ts Packagelaya.uiClasspublic class MoreGameInheritanceMoreGame View Scene Sprite Node EventDispatcher Object 游戏中心插件 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarc...

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

87. laya.ui.RadioGroup [ 86%]

...iClasspublic class RadioGroupInheritanceRadioGroup UIGroup Box UIComponent Sprite Node EventDispatcher Object RadioGroup 控件定义一组 Radio 控件,这些控件相互排斥; 因此,用户每次只能选择一个 Radio 控件。 Public Properties Hide Inherited Public Properties Show Inher...

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

88. laya.ui.Tree [ 86%]

... Events Packagelaya.uiClasspublic class TreeInheritanceTree Box Component Sprite Node EventDispatcher ObjectImplements IRender Tree 控件使用户可以查看排列为可扩展树的层次结构数据。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyD...

来源: laya_api 发布时间: 20170929

89. 引擎遮罩报错 [ 86%]

...相关的链接 提交 3 个回复 zhengjiajia 赞同来自: 一个容器sprite 增加一个固定的mask 在容器子对象 后面动态添加进去 会报错   2017-09-13 0 0 分享 微博 QZONE 微信 Monica - 知识达人 赞同来自: 麻烦上传一个有问题的例子,我们看下 2017-09...

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

90. laya.ui.VScrollBar [ 86%]

....uiClasspublic class VScrollBarInheritanceVScrollBar ScrollBar UIComponent Sprite Node EventDispatcher Object 使用 VScrollBar (垂直 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 Public Properties Hide Inherited Public Proper...

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