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
- Type: Class
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
- Inherits from: TreeView<int>
- Implements: IDisposable
public class PropertyTable : TreeView<int>, IDisposable
Constructors
Constructor | Description |
|---|---|
| PropertyTable(System.String,UnityEditor.Search.ITableView) | Creates a search property table. |
Methods
Method | Description |
|---|---|
| Dispose | Make sure to dispose the property table when not needed. |
| FrameColumn | Frames a search column. The table view will scroll the view to show the framed column. |
| OnGUI | Draws the search property table content. |