Table of Contents

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 Rect

The position in the editor window where the field should be drawn.

property SerializedProperty

The serialized property associated with the field.

label GUIContent

The label for the field.