Class MapGraphUpdater
Updater to perform all update actions for Map Graph.
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: InsaneScatterbrain.MapGraph.Editor
Syntax
public class MapGraphUpdater : Updater
Properties
ProgressBarText
Declaration
protected override string ProgressBarText { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ProgressBarTitle
Declaration
protected override string ProgressBarTitle { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
UpdateActions
Declaration
protected override IEnumerable<UpdateAction> UpdateActions { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<T><UpdateAction> |