Class LightLayerEnumPropertyDrawer
Namespace: UnityEditor.Rendering.HighDefinition
Syntax
public class LightLayerEnumPropertyDrawer : PropertyDrawer
Methods
OnGUI(Rect, SerializedProperty, GUIContent)
Draws a light layer enum.
Declaration
public override void OnGUI(Rect position, SerializedProperty property, GUIContent label)
Parameters
| Type | Name | Description |
|---|---|---|
| Rect | position | The rect to draw. |
| SerializedProperty | property | The property to draw. |
| GUIContent | label | The label to draw. |