Class LightingExplorerTableColumn
Inheritance
LightingExplorerTableColumn
Assembly: UnityEditor.dll
Syntax
public sealed class LightingExplorerTableColumn
Constructors
|
Improve this Doc
View Source
LightingExplorerTableColumn(LightingExplorerTableColumn.DataType, GUIContent, String, Int32, LightingExplorerTableColumn.OnGUIDelegate, LightingExplorerTableColumn.ComparePropertiesDelegate, LightingExplorerTableColumn.CopyPropertiesDelegate, Int32[])
Declaration
public LightingExplorerTableColumn(LightingExplorerTableColumn.DataType type, GUIContent headerContent, string propertyName = null, int width = 100, LightingExplorerTableColumn.OnGUIDelegate onGUIDelegate = null, LightingExplorerTableColumn.ComparePropertiesDelegate compareDelegate = null, LightingExplorerTableColumn.CopyPropertiesDelegate copyDelegate = null, int[] dependencyIndices = null)
Parameters
Extension Methods