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
positionRectThe position in the editor window where the field should be drawn.
propertySerializedPropertyThe serialized property associated with the field.
labelGUIContentThe label for the field.