OnModuleDisable
method in Coherence.Editor.HubModule
Methods
protected virtual void OnModuleDisable()
Derived types can optionally implement this execute code when the module is disabled.
Remarks
Derived types do not need to execute base.OnModuleDisable() when overriding this method, the base implementation will always be empty.