public interface IModule
ConfigVersion | Version of the configuration version. |
DisplayName | Displayed name in the UI. |
FoldOut | Is this module's UI is folded out? |
Main | PrefabDrawer window reference. |
ModuleConfig | Configuration of this module. |
ConfigIsValid | Is saved data valid for this module? |
DrawUI | UI drawing method. |
Init | Initialize module. |
Load | Load module's settings from Config. |
Save | Save module's settings. |
SceneUpdate | Called when Scene window is updated. |