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

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

51. laya.ui.ComboBox [ 62%]

...boBox  selectHandler : Handler 改变下拉列表的选择项时执行的理器(默认返回参数index:int)。 ComboBox  sizeGrid : String 当前实例的位图 AutoImage 实例的有效缩放网格数据。 数据格式:"上边距,右边距,下边距,左边距,是否重复填充(值为0...

来源: laya_api 发布时间: 20170929

52. laya.ui.Button [ 61%]

...为单位)。 UIComponent  clickHandler : Handler 对象的点击事件理器函数(无默认参数)。 Button customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Sprite  dataSource : *[overr...

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

53. 纹理压缩 · LayaAir3.0文档 · LAYABOX [ 60%]

...我们推荐使用6x6的压缩格式。 适配机型: iOS:苹果从A8理器开始支持ASTC,即iPhone6和iPad mini 4及以上的设备都支持,ASTC格式在iOS设备上的显示效果比PVRTC的效果要好很多(PVRTC格式存在两个大问题:首先是透明贴图在iOS上显示比...

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

54. laya.ui.CheckBox [ 59%]

...素为单位)。 Component clickHandler : Handler 对象的点击事件理器函数(无默认参数)。 Button comXml : Object XML 数据。 Component customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函数...

来源: laya_api 发布时间: 20170929

55. laya.ui.ColorPicker [ 59%]

...omponent  changeHandler : Handler 当颜色发生改变时执行的函数理器。 默认返回参数color:颜色值字符串。 ColorPicker customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Spri...

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

56. laya.ui.Radio [ 59%]

...素为单位)。 Component clickHandler : Handler 对象的点击事件理器函数(无默认参数)。 Button comXml : Object XML 数据。 Component customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函数...

来源: laya_api 发布时间: 20170929

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

...= new Handler(this, onSelect);//设置 comboBox 选择项改变时执行的理器。 Laya.stage.addChild(comboBox);//将此 comboBox 对象添加到显示列表。 } private function onSelect(index:int):void { trace("当前选中的项对象索引: ",index); } } } example Laya.init(640, 800);//...

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

58. laya.ui.ProgressBar [ 58%]

...er : Handler 当 ProgressBar 实例的 value 属性发生变化时的函数理器。 默认返回参数value 属性(进度值)。 ProgressBar customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Spr...

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

59. laya.ui.Slider [ 57%]

...像素为单位)。 UIComponent  changeHandler : Handler 数据变化理器。 默认回调参数为滑块位置属性 value属性值:Number 。 Slider customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函数...

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

60. laya.ui.Radio_API3.0 [ 57%]

...= new Handler(this, onClickButton,[button]);//设置 button 的点击事件理器。 Laya.stage.addChild(button);//将此 button 对象添加到显示列表。 } private function onClickButton(button:Button):void { trace("button.selected = "+ button.selected); } } } example Laya.init(640, 800);//...

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