Namespace: | Sirenix.OdinInspector.Editor.Drawers |
Assembly: | Sirenix.OdinInspector.Editor |
public class TabGroupAttributeDrawer : OdinGroupDrawer<TabGroupAttribute>, IOnSelfStateChangedNotification
public TabGroupAttributeDrawer()
public const string CurrentTabIndexKey = "CurrentTabIndex"
public const string CurrentTabNameKey = "CurrentTabName"
public const string TabCountKey = "TabCount"
protected override void DrawPropertyLayout(GUIContent label)
UnityEngine.GUIContent | label |
protected override void Initialize()
public void OnSelfStateChanged(string state)
System.String | state |