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

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

31. 属性设置器(TypeScript-IDE篇(TS)-设计模式基础) [ 48%]

...不会放大,但鼠标点击区域会缩放到约束框的大小,例如CheckBox。* ### 3.3 UI适配属性 `left、right、top、bottom`四个属性主要用于组件与父容器边缘距离位置适配。 `centerX、centerY`两个属性主要用于组件与父容器中心位置适配。 在游...

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

32. 属性设置器(ActionScript-IDE篇(AS3)-设计模式基础) [ 48%]

...不会放大,但鼠标点击区域会缩放到约束框的大小,例如CheckBox。* ### 3.3 UI适配属性 `left、right、top、bottom`四个属性主要用于组件与父容器边缘距离位置适配。 `centerX、centerY`两个属性主要用于组件与父容器中心位置适配。 在游...

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

33. laya.ui.Button_API3.0 [ 47%]

...onsole.log("按钮button被点击了!") } } Hierarchy UIComponent Button CheckBox Radio Implements ISelect Index Constructors constructor Properties _extra _graphics _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag toggle drawtocanvCtx Accessors _isHeightSet _isWid...

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

34. laya.ui.Button [ 46%]

...n Component Sprite Node EventDispatcher ObjectImplements ISelectSubclasses CheckBox, Radio Button 组件用来表示常用的多态按钮。 Button 组件可显示文本标签、图标或同时显示两者。 可以是单态,两态和三态,默认三态(up,over,down)。 Public Properties Hide In...

来源: laya_api 发布时间: 20170929

35. laya.ui.Button [ 46%]

...UIComponent Sprite Node EventDispatcher ObjectImplements ISelectSubclasses CheckBox, Radio Button 组件用来表示常用的多态按钮。 Button 组件可显示文本标签、图标或同时显示两者。 可以是单态,两态和三态,默认三态(up,over,down)。 Public Properties Hide In...

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

36. laya.ui.Radio_API3.0 [ 46%]

...。 example //默认属性赋值 dataSource = {label1: "改变了label", checkbox1: true};//(更改了label1的text属性值,更改checkbox1的selected属性)。 //任意属性赋值 dataSource = {label2: {text:"改变了label",size:14}, checkbox2: {selected:true,x:10}}; Returns any Inherited from...

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

37. laya.ui.ComboBox_API3.0 [ 34%]

...。 example //默认属性赋值 dataSource = {label1: "改变了label", checkbox1: true};//(更改了label1的text属性值,更改checkbox1的selected属性)。 //任意属性赋值 dataSource = {label2: {text:"改变了label",size:14}, checkbox2: {selected:true,x:10}}; Returns any Inherited from...

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

38. laya.ui.List_API3.0 [ 31%]

...。 example //默认属性赋值 dataSource = {label1: "改变了label", checkbox1: true};//(更改了label1的text属性值,更改checkbox1的selected属性)。 //任意属性赋值 dataSource = {label2: {text:"改变了label",size:14}, checkbox2: {selected:true,x:10}}; Returns any Inherited from...

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

39. laya.ui.Tree_API3.0 [ 31%]

...。 example //默认属性赋值 dataSource = {label1: "改变了label", checkbox1: true};//(更改了label1的text属性值,更改checkbox1的selected属性)。 //任意属性赋值 dataSource = {label2: {text:"改变了label",size:14}, checkbox2: {selected:true,x:10}}; Returns any Inherited from...

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

40. 插件开发说明 · LayaAir3.0文档 · LAYABOX [ 25%]

... boolean): gui.Button; createIconButton(flat?: boolean): gui.Button; createCheckbox(autoSize?: boolean): gui.Button; createIconCheckbox(flat?: boolean): gui.Button; createRadio(): gui.Button; createComboBox(): gui.ComboBox; createTextInput(): TextInput; createTextArea(): TextArea; createSearchInput(...

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