Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PropertyTable(string, ITableView)

Creates a search property table.
Read time 1 minuteLast updated 8 days ago

Definition

Warning
Removed. IMGUI is not support anymore. Use ITableView interface instead.
public PropertyTable(string serializationUID, ITableView tableView)

Parameters

serializationUID

Unique ID used to serialize the property table.

tableView

Table view host.

Remarks

The table view host is resposible to provide all the data the search property table needs. See ITableView.