Table of Contents

Method OnGUI

Namespace
Gamelogic.Extensions.Editor
Assembly
Gamelogic.Extensions.Editor.dll

OnGUI(Rect, SerializedProperty, GUIContent)

Override this method to make your own IMGUI based GUI for the property.

public override void OnGUI(Rect position, SerializedProperty prop, GUIContent label)

Parameters

position Rect

Rectangle on the screen to use for the property GUI.

prop SerializedProperty
label GUIContent

The label of this property.