Click or drag to resize
TooltipDrawer Class
Shows a tooltip next to a property in the Unity inspector.
Inheritance Hierarchy
SystemObject
  GUIDrawer
    PropertyDrawer
      Slash.Unity.Editor.Common.Inspectors.UtilsTooltipDrawer

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 class TooltipDrawer : PropertyDrawer

The TooltipDrawer type exposes the following members.

Constructors
  NameDescription
Public methodTooltipDrawer
Initializes a new instance of the TooltipDrawer class
Top
Methods
  NameDescription
Public methodOnGUI
Shows a tooltip next to a property in the Unity inspector.
(Overrides PropertyDrawer.OnGUI(Rect, SerializedProperty, GUIContent).)
Top
See Also