BaseTreeView
Creates a TreeView with all default properties.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
BaseTreeView()
Creates a TreeView with all default properties.
public BaseTreeView()
Remarks
Use BaseTreeView.SetRootItems to add content.
BaseTreeView(int)
Creates a TreeView with specified factory methods using the fixed height virtualization method.
public BaseTreeView(int itemHeight)
Parameters
The item height to use in FixedHeight virtualization mode.
Remarks
Use BaseTreeView.SetRootItems to add content.