Version 3.3.0.1

TitleAttributeDrawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
[DrawerPriority(1, 0, 0)]
public sealed class TitleAttributeDrawer : OdinAttributeDrawer<TitleAttribute>
Draws properties marked with TitleAttribute.
Inheritance

Constructors

TitleAttributeDrawer()
public TitleAttributeDrawer()

Methods

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

Initialize()
protected override void Initialize()
Extension Methods