Method DrawField
- Namespace
- Gamelogic.Extensions.Editor
- Assembly
- Gamelogic.Extensions.Editor.dll
DrawField(Rect, SerializedProperty, GUIContent)
Draws the popup field in the editor.
protected void DrawField(Rect position, SerializedProperty property, GUIContent label)
Parameters
position
RectThe position in the editor window where the field should be drawn.
property
SerializedPropertyThe serialized property associated with the field.
label
GUIContentThe label for the field.