# LightingExplorerTableColumn

> This is used when defining how a column should look and behave in the Lighting Explorer.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public sealed class LightingExplorerTableColumn
```

## Constructors

| Constructor                                                                                                                                                                                                                                                                                                                                                                                                                | Description  |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
| [LightingExplorerTableColumn(UnityEditor.LightingExplorerTableColumn.DataType,UnityEngine.GUIContent,System.String,System.Int32,UnityEditor.LightingExplorerTableColumn.OnGUIDelegate,UnityEditor.LightingExplorerTableColumn.ComparePropertiesDelegate,UnityEditor.LightingExplorerTableColumn.CopyPropertiesDelegate,System.Int32\[\])](/engine/6000.6/script-reference/unityeditor/lightingexplorertablecolumn/ctor.md) | Constructor. |

## Enums

| Enum                                                                                                                        | Description                                                                                      |
| --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
| [LightingExplorerTableColumn.DataType](/engine/6000.6/script-reference/unityeditor/lightingexplorertablecolumn/datatype.md) | A data type that defines the default behaviors for how to draw and compare items in the columns. |

## Delegates

| Delegate                                                                                                                                                      | Description                                          |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
| [LightingExplorerTableColumn.ComparePropertiesDelegate](/engine/6000.6/script-reference/unityeditor/lightingexplorertablecolumn/comparepropertiesdelegate.md) | A delegate for comparison of properties for sorting. |
| [LightingExplorerTableColumn.CopyPropertiesDelegate](/engine/6000.6/script-reference/unityeditor/lightingexplorertablecolumn/copypropertiesdelegate.md)       | A delegate for copying of properties.                |
| [LightingExplorerTableColumn.OnGUIDelegate](/engine/6000.6/script-reference/unityeditor/lightingexplorertablecolumn/onguidelegate.md)                         | A delegate for how to draw the property.             |
