This version of Unity is unsupported.

LightingExplorerTab Constructor

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

Parameters

titleThe title of the tab.
objectsThe objects that the tab must contain.
columnsHow the columns should look and behave.

Description

Constructor.