Version 3.3.0.1

LabelWidthAttributeDrawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
[DrawerPriority(DrawerPriorityLevel.SuperPriority)]
public sealed class LabelWidthAttributeDrawer : OdinAttributeDrawer<LabelWidthAttribute>
Draws properties marked with the LabelWidthAttribute.
Inheritance
See Also

Constructors

LabelWidthAttributeDrawer()
public LabelWidthAttributeDrawer()

Methods

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

Extension Methods