Class LightEditor
Assembly: UnityEditor.dll
Syntax
[CustomEditor(typeof(Light))]
public class LightEditor : Editor, IPreviewable, IToolModeOwner
Fields
|
Improve this Doc
View Source
kGizmoDisabledLight
Declaration
protected static readonly Color kGizmoDisabledLight
Field Value
|
Improve this Doc
View Source
kGizmoLight
Declaration
protected static readonly Color kGizmoLight
Field Value
Properties
|
Improve this Doc
View Source
settings
Declaration
protected LightEditor.Settings settings { get; }
Property Value
Methods
|
Improve this Doc
View Source
OnDestroy()
Declaration
protected virtual void OnDestroy()
|
Improve this Doc
View Source
OnEnable()
Declaration
protected virtual void OnEnable()
|
Improve this Doc
View Source
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()
Overrides
|
Improve this Doc
View Source
OnSceneGUI()
Declaration
protected virtual void OnSceneGUI()
Extension Methods