Class TemperatureSliderUIDrawer
Helper to draw a temperature slider on the inspector
Namespace: UnityEditor.Rendering
Syntax
public class TemperatureSliderUIDrawer
Methods
Draw(LightEditor.Settings, SerializedObject, SerializedProperty, Rect)
Draws a temperature slider
Declaration
public static void Draw(LightEditor.Settings settings, SerializedObject serializedObject, SerializedProperty value, Rect rect)
Parameters
| Type | Name | Description | 
|---|---|---|
| LightEditor.Settings | settings | The light settings  | 
| SerializedObject | serializedObject | The serialized object  | 
| SerializedProperty | value | The serialized property  | 
| Rect | rect | The rect where the slider will be drawn  |