Version 3.3.0.1

LabelTextAttributeDrawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
[DrawerPriority(DrawerPriorityLevel.SuperPriority)]
public sealed class LabelTextAttributeDrawer : OdinAttributeDrawer<LabelTextAttribute>
Draws properties marked with LabelTextAttribute. Creates a new GUIContent, with the provided label text, before calling further down in the drawer chain.
Inheritance
See Also

Constructors

LabelTextAttributeDrawer()
public LabelTextAttributeDrawer()

Methods

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

Initialize()
protected override void Initialize()
Extension Methods