Version 3.3.0.1

TooltipAttributeDrawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
[DrawerPriority(DrawerPriorityLevel.SuperPriority)]
public sealed class TooltipAttributeDrawer : OdinAttributeDrawer<TooltipAttribute>
Draws properties marked with UnityEngine.TooltipAttribute.
Inheritance
See Also
  • UnityEngine.TooltipAttribute

Constructors

TooltipAttributeDrawer()
public TooltipAttributeDrawer()

Methods

DrawPropertyLayout(GUIContent)
Draws the property.
protected override void DrawPropertyLayout(GUIContent label)
Parameters
UnityEngine.GUIContent label

Initialize()
protected override void Initialize()
Extension Methods