Version 3.3.0.1

TitleGroupAttributeDrawer class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
public sealed class TitleGroupAttributeDrawer : OdinGroupDrawer<TitleGroupAttribute>
Draws properties marked with TitleGroupAttribute.
Inheritance

Constructors

TitleGroupAttributeDrawer()
public TitleGroupAttributeDrawer()

Fields

SubtitleHelper
public ValueResolver<string> SubtitleHelper
TitleHelper
public ValueResolver<string> TitleHelper

Methods

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

Initialize()
protected override void Initialize()
Extension Methods