Show / Hide Table of Contents

Class LightingExplorerTableColumn

Inheritance
Object
LightingExplorerTableColumn
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
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
Type Name Description
LightingExplorerTableColumn.DataType type
GUIContent headerContent
String propertyName
Int32 width
LightingExplorerTableColumn.OnGUIDelegate onGUIDelegate
LightingExplorerTableColumn.ComparePropertiesDelegate compareDelegate
LightingExplorerTableColumn.CopyPropertiesDelegate copyDelegate
Int32[] dependencyIndices

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX