Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BaseTreeView

Creates a TreeView with all default properties.
Read time 1 minuteLast updated 9 days ago

Definition

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

itemHeight

The item height to use in FixedHeight virtualization mode.

Remarks

Use BaseTreeView.SetRootItems to add content.