Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BaseTreeView

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

Definition

BaseTreeView()

Creates a TreeView with all default properties.
public BaseTreeView()

Remarks

Use SetRootItems_1 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 SetRootItems_1 to add content.