Editor scripting classes specific to STUUI. In particular, this is the custom inspector and the extension info (which adds some menus to Unity's help menu).
Classes
Class | Description | |
---|---|---|
CollectionSelectorEditor |
This is the custom inspector GUI for TemplaceCollection. It is sparsely
documented because you don't really need to use any of its
methods. Unity uses this and it knows what it does ;-)
| |
ExtensionInfoSTUUI |
Creates Unity editor menu items to show extension info and
documentation for narayana games' STUUI.
The help menu items appear in Unity's Help menu.
| |
SkinTemplateEditor |
This is the custom inspector GUI for SkinTemplate. It is sparsely
documented because you don't really need to use any of its
methods. Unity uses this and it knows what it does ;-)
| |
TemplateCollectionEditor |
This is the custom inspector GUI for TemplaceCollection. It is sparsely
documented because you don't really need to use any of its
methods. Unity uses this and it knows what it does ;-)
|