Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LightEditor

The class used to render the Light Editor when a Light is selected in the Unity Editor.
Read time 5 minutesLast updated 2 days ago

Definition

  • Type: Class
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
  • Inherits from: Editor
[CustomEditor(typeof(Light))]public class LightEditor : Editor

Properties

Property

Description

settingsThe settings helper that can be used for rendering a custom LightEditor.

Methods

Classes

Class

Description

LightEditor.SettingsContains all drawable elements of the LightEditor.

Inheritance

Inherited Members

Operators

Operator

Description

operator ==Compares two object references to see if they refer to the same object.
boolDetermines whether the object exists.
operator !=Compares if two objects refer to a different object.