Click or drag to resize
TooltipDrawerOnGUI Method
Shows a tooltip next to a property in the Unity inspector.

Namespace: Slash.Unity.Editor.Common.Inspectors.Utils
Assembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntax
public override void OnGUI(
	Rect position,
	SerializedProperty property,
	GUIContent oldLabel
)

Parameters

position
Type: Rect
Position to draw the property editor at.
property
Type: SerializedProperty
Property to draw the editor for.
oldLabel
Type: GUIContent
Tooltip text.
See Also