Version 3.3.0.1

PropertyTooltipAttributeDrawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
[DrawerPriority(DrawerPriorityLevel.SuperPriority)]
public sealed class PropertyTooltipAttributeDrawer : OdinAttributeDrawer<PropertyTooltipAttribute>
Draws properties marked with PropertyTooltipAttribute.
Inheritance

Constructors

PropertyTooltipAttributeDrawer()
public PropertyTooltipAttributeDrawer()

Methods

CanDrawAttributeProperty(InspectorProperty)
protected override bool CanDrawAttributeProperty(InspectorProperty property)
Parameters
InspectorProperty property

Returns
System.Boolean

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

Initialize()
protected override void Initialize()
Extension Methods