Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LightingExplorerTab

Constructor.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Constructor
  • Namespace: UnityEditor
  • Assembly: UnityEditor

LightingExplorerTab(string, Func<Object[]>, Func<LightingExplorerTableColumn[]>)

Constructor.
public LightingExplorerTab(string title, Func<Object[]> objects, Func<LightingExplorerTableColumn[]> columns)

Parameters

title

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

title

The title of the tab.

The objects that the tab must contain.

How the columns should look and behave.

showFilterGUI