OnModuleEnable
method in Coherence.Editor.QuickStartModule
Methods
protected override void OnModuleEnable()
Derived types can optionally implement this execute code when the module is enabled.
Overrides
Remarks
Derived types do not need to execute base.OnModuleEnable() when overriding this method, the base implementation will always be empty.