LightingExplorerTab
Constructor.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
LightingExplorerTab(string, Func<Object[]>, Func<LightingExplorerTableColumn[]>)
Constructor.
public LightingExplorerTab(string title, Func<Object[]> objects, Func<LightingExplorerTableColumn[]> columns)
Parameters
The title of the tab.
The objects that the tab must contain.
How the columns should look and behave.
LightingExplorerTab(string, Func<Object[]>, Func<LightingExplorerTableColumn[]>, bool)
Constructor.
public LightingExplorerTab(string title, Func<Object[]> objects, Func<LightingExplorerTableColumn[]> columns, bool showFilterGUI)
Parameters
The title of the tab.
The objects that the tab must contain.
How the columns should look and behave.