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

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

31. 【LIST无法拖动】参照官方实例做的 [ 53%]

...: void {         var list = new List();         list.itemRender = Item;         list.repeatX = 3;         list.repeatY = 3;         list.x = 50;         list.y = 100;         list.spaceX = -50;         list.spaceY = ...

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

32. 列表组件 · LayaAir3.0文档 · LAYABOX [ 51%]

...{ super(); } onAwake(): void { var list: Laya.List = new Laya.List(); list.itemRender = Item; list.repeatX = 1; list.repeatY = 4; list.x = (Laya.stage.width - Item.WID) / 2; list.y = (Laya.stage.height - Item.HEI * list.repeatY) / 2; // 设置List的垂直滚动 list.scrollType = Laya.ScrollType.Ver...

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

33. laya.ui.Tree [ 49%]

...件检测依据。 Stage对象和UI的View组件默认为true。 Sprite  itemRender : * 此对象包含的List实例的单元格渲染器。 取值: 单元格类对象。 UI 的 JSON 描述。 Tree  keepStatus : Boolean 数据源发生变化后,是否保持之前打开状态,默认为true...

来源: laya_api 发布时间: 20170929

34. laya.ui.Tree [ 48%]

...件检测依据。 Stage对象和UI的View组件默认为true。 Sprite  itemRender : * 此对象包含的List实例的单元格渲染器。 取值: 单元格类对象。 UI 的 JSON 描述。 Tree  keepStatus : Boolean 数据源发生变化后,是否保持之前打开状态,默认为true...

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

35. laya.ui.List_API3.0 [ 47%]

...ist:List = new List();//创建一个 List 类的实例对象 listlist.itemRender = Item;//设置 list 的单元格渲染器。 list.repeatX = 1;//设置 list 的水平方向单元格数量。 list.repeatY = 10;//设置 list 的垂直方向单元格数量。 list.vScrollBarSkin = "resource/ui/vs...

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

36. laya.ui.ComboBox [ 38%]

...选中时标签颜色,标签颜色,边框颜色,背景颜色" ComboBox  itemRender : * = null 渲染项,用来显示下拉列表展示对象 ComboBox  itemSize : int 下拉列表项标签的字体大小。 ComboBox  labelBold : Boolean 表示按钮文本标签是否为粗体字。 ComboBox ...

来源: laya_api 发布时间: 20170929

37. laya.ui.ComboBox [ 38%]

...选中时标签颜色,标签颜色,边框颜色,背景颜色" ComboBox  itemRender : * = null 渲染项,用来显示下拉列表展示对象 ComboBox  itemSize : int 下拉列表项标签的字体大小。 ComboBox  labelBold : Boolean 表示按钮文本标签是否为粗体字。 ComboBox ...

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

38. laya.ui.Tree_API3.0 [ 35%]

....scrollBarSkin = "resource/ui/vscroll.png";//设置 tree 的皮肤。 tree.itemRender = Item;//设置 tree 的项渲染器。 tree.xml = xml;//设置 tree 的树结构数据。 tree.x = 100;//设置 tree 对象的属性 x 的值,用于控制 tree 对象的显示位置。 tree.y = 100;//设置 tree...

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

39. laya.ui.ComboBox_API3.0 [ 25%]

...perties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior itemRender mouseThrough name tag drawtocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom button cacheAs centerX centerY components customRenderEnable dataSource default...

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