Class LightingExplorerTab
Inherited Members
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public class LightingExplorerTab
Constructors
| Improve this Doc View SourceLightingExplorerTab(String, Func<Object[]>, Func<LightingExplorerTableColumn[]>)
Declaration
public LightingExplorerTab(string title, Func<Object[]> objects, Func<LightingExplorerTableColumn[]> columns)
Parameters
Type | Name | Description |
---|---|---|
String | title | |
Func<Object[]> | objects | |
Func<LightingExplorerTableColumn[]> | columns |