LightingExplorerTableColumn
This is used when defining how a column should look and behave in the Lighting Explorer.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public sealed class LightingExplorerTableColumn
Constructors
Enums
Enum | Description |
|---|---|
| LightingExplorerTableColumn.DataType | A data type that defines the default behaviors for how to draw and compare items in the columns. |
Delegates
Delegate | Description |
|---|---|
| LightingExplorerTableColumn.ComparePropertiesDelegate | A delegate for comparison of properties for sorting. |
| LightingExplorerTableColumn.CopyPropertiesDelegate | A delegate for copying of properties. |
| LightingExplorerTableColumn.OnGUIDelegate | A delegate for how to draw the property. |