Version 3.3.0.1

FoldoutGroupAttributeDrawer class

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

Constructors

FoldoutGroupAttributeDrawer()
public FoldoutGroupAttributeDrawer()

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