Version 3.3.0.1

InfoBoxAttributeDrawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
[DrawerPriority(0, 10001, 0)]
public sealed class InfoBoxAttributeDrawer : OdinAttributeDrawer<InfoBoxAttribute>
Draws properties marked with InfoBoxAttribute. Draws an info box above the property. Error and warning info boxes can be tracked by Odin Scene Validator.
Inheritance

Constructors

InfoBoxAttributeDrawer()
public InfoBoxAttributeDrawer()

Methods

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

Initialize()
protected override void Initialize()
Extension Methods