Class LightUI
Contains a set of methods to help render the inspectors of Lights across SRP's
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public class LightUI
Methods
DrawColor(ISerializedLight, Editor)
Draws the color temperature for a serialized light
Declaration
public static void DrawColor(ISerializedLight serialized, Editor owner)
Parameters
Type | Name | Description |
---|---|---|
ISerializedLight | serialized | The serizalized light |
Editor | owner | The editor |