Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

LightingExplorerTab Constructor

Declaration

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

Parameters

title The title of the tab.
objects The objects that the tab must contain.
columns How the columns should look and behave.

Description

Constructor.