Click or drag to resize

QuickButtonPropertyDrawerOnGUI Method

Override the default drawer with this

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core.Editor (in DustProductions.Core.Editor.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override void OnGUI(
	Rect positionRect,
	SerializedProperty serializedProperty,
	GUIContent label
)

Parameters

positionRect
Type: Rect
The Rect position of the drawer
serializedProperty
Type: SerializedProperty
The property we are drawing
label
Type: GUIContent
The text displayed on the property
See Also