Class PresetsModule
Inheritance
PresetsModule
Assembly: QFSW.BA.dll
Syntax
public class PresetsModule : Module, IModule, IDrawOrder, ISerializationCallbackReceiver, ITriggerLoadWithName, ITriggerSaveWithName, IBuildEventTrigger
Constructors
PresetsModule()
Declaration
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
CreatePreset(String)
Declaration
public void CreatePreset(string presetName)
Parameters
| Type |
Name |
Description |
| String |
presetName |
|
DeletePreset(String)
Declaration
public void DeletePreset(string presetName)
Parameters
| Type |
Name |
Description |
| String |
presetName |
|
DrawModuleContents()
Declaration
protected override void DrawModuleContents()
Overrides
LoadPreset(String)
Declaration
public void LoadPreset(string presetName)
Parameters
| Type |
Name |
Description |
| String |
presetName |
|
SavePreset(String)
Declaration
public void SavePreset(string presetName)
Parameters
| Type |
Name |
Description |
| String |
presetName |
|
Declaration
public void ShowNewPresetPopup()
Events
TriggerLoadWithName
Declaration
public event Action<string> TriggerLoadWithName
Event Type
TriggerSaveWithName
Declaration
public event Action<string> TriggerSaveWithName
Event Type
Implements
Extension Methods