Click or drag to resize

InspectorListPropertyDrawerOnGUI Method

Namespace:  Gamelogic.Extensions.Editor
Assembly:  Assembly-CSharp-Editor (in Assembly-CSharp-Editor.dll) Version: 0.0.0.0
Syntax
C#
public override void OnGUI(
	Rect position,
	SerializedProperty property,
	GUIContent label
)

Parameters

position
Type: Rect
property
Type: SerializedProperty
label
Type: GUIContent
See Also