Class MapGraphUpdater
Updater to perform all update actions for Map Graph.
Inherited Members
Namespace: InsaneScatterbrain.MapGraph.Editor
Syntax
public class MapGraphUpdater : Updater
Properties
ProgressBarText
Sets the content displayed on the progress bar that's shown while updating.
Declaration
protected override string ProgressBarText { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ProgressBarTitle
Gets the tile displayed on the progress bar that's shown while updating.
Declaration
protected override string ProgressBarTitle { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
UpdateActions
Gets all the available update actions for this updater.
Declaration
protected override IEnumerable<UpdateAction> UpdateActions { get; }
Property Value
Type | Description |
---|---|
IEnumerable<UpdateAction> |