Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PropertyTable

The PropertyTable provide an IMGUI widget to display search property results in a table view.
Read time 6 minutesLast updated 5 days ago

Definition

Warning
Removed. IMGUI is not support anymore. Use ITableView interface instead.
public class PropertyTable : TreeView<int>, IDisposable

Constructors

Constructor

Description

PropertyTable(System.String,UnityEditor.Search.ITableView)Creates a search property table.

Methods

Method

Description

DisposeMake sure to dispose the property table when not needed.
FrameColumnFrames a search column. The table view will scroll the view to show the framed column.
OnGUIDraws the search property table content.

Inheritance

Inherited Members