Namespace: | Sirenix.OdinInspector |
Assembly: | Sirenix.OdinInspector.Attributes |
[Conditional("UNITY_EDITOR")]
public class TabSubGroupAttribute : PropertyGroupAttribute, _Attribute
public TabSubGroupAttribute(TabGroupAttribute tab, string groupId, float order)
TabGroupAttribute | tab | |
System.String | groupId | |
System.Single | order |
public TabGroupAttribute Tab
protected override void CombineValuesWith(PropertyGroupAttribute other)
PropertyGroupAttribute | other |