Show / Hide Table of Contents

Class LightingExplorerTab

Inheritance
Object
LightingExplorerTab
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 class LightingExplorerTab

Constructors

| Improve this Doc View Source

LightingExplorerTab(String, Func<Object[]>, Func<LightingExplorerTableColumn[]>)

Declaration
public LightingExplorerTab(string title, Func<Object[]> objects, Func<LightingExplorerTableColumn[]> columns)
Parameters
Type Name Description
String title
Func<Object[]> objects
Func<LightingExplorerTableColumn[]> columns

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