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

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

11. laya.ui.Radio_API3.0 [ 73%]

...该组中当前所选的 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

12. laya.ui.Button [ 72%]

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

来源: laya_api 发布时间: 20170929

13. UI运行时 · LayaAir3.0文档 · LAYABOX [ 72%]

...接使用this.即可使用。例如下面的代码: onAwake(): void { // Button添加鼠标事件,让Image不显示 this.Button.on( Laya.Event.MOUSE_DOWN, this, ()=>{ this.Image.visible = false; }); } 运行此场景来看看效果,如动图2-7所示。 (动图2-7) UI组件脚本就已...

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

14. laya.ui.ComboBox [ 68%]

...域底边之间的垂直距离(以像素为单位)。 UIComponent  button : Button[read-only] 获取对 ComboBox 组件所包含的 Button 组件的引用。 ComboBox cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,...

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

15. laya.ui.ComboBox [ 62%]

...区域底边之间的垂直距离(以像素为单位)。 Component  button : Button[read-only] 获取对 ComboBox 组件所包含的 Button 组件的引用。 ComboBox cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存...

来源: laya_api 发布时间: 20170929

16. laya.ui.ComboBox_API3.0 [ 58%]

...= "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/button.png", Handler.create(this,onLoadComplete));//加载资源。 } private function onLoadComplete():void { trace("资源加载完成!"); var comboBox:ComboBox = new ComboBox("resource/ui/button.png", "item0,item1,item2,...

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

17. laya.ui.Slider [ 55%]

...方法获取。设置为true,对性能有一定影响。 Sprite  bar : Button[read-only] 表示滑块按钮的引用。 Slider blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以...

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

18. laya.ui.ScrollBar [ 52%]

...[read-only] 对象的显示宽度(以像素为单位)。 Sprite  downButton : Button下按钮 ScrollBar drawCallOptimize : BooleanSprite  elasticBackTime : Number = 500橡皮筋回弹时间,单位为毫秒。ScrollBar  elasticDistance : Number = 0橡皮筋效果极限距离,0为没有...

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

19. laya.ui.VSlider [ 51%]

...ds方法获取。设置为true,对性能有一定影响。 Sprite bar : Button[read-only] 表示滑块按钮的引用。 Slider blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以...

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

20. laya.ui.HSlider [ 51%]

...ds方法获取。设置为true,对性能有一定影响。 Sprite bar : Button[read-only] 表示滑块按钮的引用。 Slider blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以...

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