Class AutosaveModule
Preferences related to autosave in addition to utilities for importing and exporting configurations.
Inheritance
AutosaveModule
Assembly: QFSW.BA.dll
Syntax
public class AutosaveModule : Module, IModule, IDrawOrder, IWindowFocusLoss, IContextDestroyed, IBuildSetStart, IBuildEventHandler, ITriggerSave, ITriggerSaveToPath, ITriggerLoadFromPath, IBuildEventTrigger
Properties
DisplayName
Declaration
public override string DisplayName { get; }
Property Value
Overrides
DrawOrder
Declaration
public override int DrawOrder { get; }
Property Value
Overrides
ID
Declaration
public override string ID { get; }
Property Value
Overrides
Declaration
public override string Tooltip { get; }
Property Value
Overrides
Methods
DrawModuleContents()
Declaration
protected override void DrawModuleContents()
Overrides
Declaration
public void OnBuildSetStart(IEnumerable<Platform> stagedPlatforms)
Parameters
OnContextDestroyed()
Declaration
public void OnContextDestroyed()
OnFocusLoss()
Declaration
public void OnFocusLoss()
Events
TriggerLoadFromPath
Declaration
public event Action<string> TriggerLoadFromPath
Event Type
TriggerSave
Declaration
public event Action TriggerSave
Event Type
TriggerSaveToPath
Declaration
public event Action<string> TriggerSaveToPath
Event Type
Implements
Extension Methods