The WitConfiguration tabs are a set of tabs to be displayed in the inspector the WitConfiguration. They're made to be dynamic. To add another one, simply extend this class.
Fields
Type DataType[Get]
The WitConfigurationData type relevant to this tab. Defaults to Will be null if there is no custom types to reference
Properties
abstract string TabID[Get]
The custom ID for this tab
abstract int TabOrder[Get]
The relative order of the tabs, from 0 upwards.
abstract string TabLabel[Get]
The label to display for this tab.
abstract string MissingLabel[Get]
What to show when there is nothing to show for this tab.