Version 3.3.0.1

HeaderAttributeDrawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
[DrawerPriority(1, 0, 0)]
public sealed class HeaderAttributeDrawer : OdinAttributeDrawer<HeaderAttribute>
Draws properties marked with UnityEngine.HeaderAttribute.
Inheritance
See Also

Constructors

HeaderAttributeDrawer()
public HeaderAttributeDrawer()

Methods

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

Initialize()
protected override void Initialize()
Extension Methods