Version 3.3.0.1

HideLabelAttributeDrawer class

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

Constructors

HideLabelAttributeDrawer()
public HideLabelAttributeDrawer()

Methods

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

Extension Methods