Method Draw
Draw(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 |