大约有 657 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0107 秒)
...间。 `publish`是项目发布,相当于发布面板里点击了发布按钮。这块比较重要,一会拿出来单独介绍。 `help`是layaair2-cmd的帮助说明,与 `layaair2-cmd -h`显示效果一样。 #### 3、项目发布命令的使用与注意事项 我们还是先通过`layaair2-c...
来源: Laya2.0_文档 发布时间: 20210715
...指鼠标滚轮中键 2:次按键,通常指鼠标右键 3:第四个按钮,通常指浏览器后退按钮 4:第五个按钮,通常指浏览器的前进按钮 currentTarget currentTarget: any Defined in laya/events/Event.ts:169 事件当前冒泡对象。 delta delta: number = 0 Defined in...
来源: Laya3.0_api 发布时间: 20231115
...拉列表项标签的字体大小。 ComboBox labelBold : Boolean 表示按钮文本标签是否为粗体字。 ComboBox labelColors : String 获取或设置对 ComboBox 组件所包含的 Button 组件的文本标签颜色。 格式:upColor,overColor,downColor,disableColor ComboBox label...
来源: laya_api 发布时间: 20170929
...会触发的回调函数处理器。 回调函数参数为用户点击的按钮名字name:String。 closeType closeType: string Defined in laya/ui/Dialog.ts:196 关闭类型,点击name为"close","cancel","sure","no","yes","no"的按钮时,会自动记录点击按钮的名称 group grou...
来源: Laya3.0_api 发布时间: 20231115
...拉列表项标签的字体大小。 ComboBox labelBold : Boolean 表示按钮文本标签是否为粗体字。 ComboBox labelColors : String 获取或设置对 ComboBox 组件所包含的 Button 组件的文本标签颜色。 格式:upColor,overColor,downColor,disableColor ComboBox label...
来源: Laya2.0_api 发布时间: 20190513
...对性能有一定影响。 Sprite bar : Button[read-only] 表示滑块按钮的引用。 Slider blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component...
来源: laya_api 发布时间: 20170929
...对性能有一定影响。 Sprite bar : Button[read-only] 表示滑块按钮的引用。 Slider blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UICompone...
来源: Laya2.0_api 发布时间: 20190513
...显示宽度(以像素为单位)。 Component downButton : Button下按钮 ScrollBar elasticBackTime : Number = 500橡皮筋回弹时间,单位为毫秒。ScrollBar elasticDistance : Number = 0橡皮筋效果极限距离,0为没有橡皮筋效果。ScrollBar filters : Array滤镜集合...
来源: laya_api 发布时间: 20170929
...显示宽度(以像素为单位)。 Component downButton : Button下按钮 ScrollBar elasticBackTime : Number = 500橡皮筋回弹时间,单位为毫秒。ScrollBar elasticDistance : Number = 0橡皮筋效果极限距离,0为没有橡皮筋效果。ScrollBar filters : Array滤镜集合...
来源: laya_api 发布时间: 20170929
...eInspectorPanel(): InspectorPanel; } 4.2 示例 例如要动态创建一个按钮,可以用以下代码。 let button = IEditor.GUIUtils.createButton(); //它实现的功能其实和以下代码是相同的,只是更加简洁 //let button = gui.UIPackage.createWidgetSync("~/ui/basics/Button/Butt...
来源: Laya3.0_文档 发布时间: 20251010