csharp
public enum PluginStateWhere a plugin got to.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
DisabledIts manifest says enabled: false. Not an error and not reported as one.
ActiveIts code is loaded and Activate returned.
FailedIt did not start. Failure says why.
UnloadedIt started and has since been taken back out.
Used by (9)
- EditorApplicationVixen.Editor.App
- EditorScriptTestsVixen.Editor.Scripts.Tests
- EditorScriptsVixen.Editor.Scripts
- LoadedPluginVixen.Editor.Plugin
- LoadingTestsVixen.Editor.Plugin.Tests
- ModuleTestsVixen.Editor.Plugin.Tests
- PluginHostVixen.Editor.Plugin
- PluginManagerViewVixen.Editor.App
- SwitchingTestsVixen.Editor.Plugin.Tests