Version 3.3.0.1

BoxGroupAttributeDrawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
public class BoxGroupAttributeDrawer : OdinGroupDrawer<BoxGroupAttribute>
Draws all properties grouped together with the BoxGroupAttribute
Inheritance

Constructors

BoxGroupAttributeDrawer()
public BoxGroupAttributeDrawer()

Methods

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

Initialize()
Initializes this instance.
protected override void Initialize()
Extension Methods