Version 3.3.0.1

HorizontalGroupAttributeDrawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
public class HorizontalGroupAttributeDrawer : OdinGroupDrawer<HorizontalGroupAttribute>
Drawer for the HorizontalGroupAttribute
Inheritance

Constructors

HorizontalGroupAttributeDrawer()
public HorizontalGroupAttributeDrawer()

Methods

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

Initialize()
protected override void Initialize()
PopLabelWidthDefault()
public static void PopLabelWidthDefault()
PushLabelWidthDefault(Single)
public static void PushLabelWidthDefault(float labelWidth)
Parameters
System.Single labelWidth

Extension Methods