Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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.DataTypeA data type that defines the default behaviors for how to draw and compare items in the columns.

Delegates

Delegate

Description

LightingExplorerTableColumn.ComparePropertiesDelegateA delegate for comparison of properties for sorting.
LightingExplorerTableColumn.CopyPropertiesDelegateA delegate for copying of properties.
LightingExplorerTableColumn.OnGUIDelegateA delegate for how to draw the property.