 | TooltipDrawer Class |
Shows a tooltip next to a property in the Unity inspector.
Inheritance HierarchySystemObject GUIDrawer PropertyDrawer Slash.Unity.Editor.Common.Inspectors.UtilsTooltipDrawer
Namespace: Slash.Unity.Editor.Common.Inspectors.UtilsAssembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntaxpublic class TooltipDrawer : PropertyDrawer
Public Class TooltipDrawer
Inherits PropertyDrawer
public ref class TooltipDrawer : public PropertyDrawer
type TooltipDrawer =
class
inherit PropertyDrawer
end
The TooltipDrawer type exposes the following members.
Constructors
| Name | Description |
---|
 | TooltipDrawer | Initializes a new instance of the TooltipDrawer class |
Top
Methods
| Name | Description |
---|
 | OnGUI |
Shows a tooltip next to a property in the Unity inspector.
(Overrides PropertyDrawer.OnGUI(Rect, SerializedProperty, GUIContent).) |
Top
See Also