Class UpdateAction_1_2
Update action for Map Graph v1.2
Implements
Inherited Members
Namespace: InsaneScatterbrain.MapGraph.Editor
Syntax
public class UpdateAction_1_2 : UpdateAction, IComparable<UpdateAction>
  Constructors
UpdateAction_1_2(Updater)
Declaration
public UpdateAction_1_2(Updater updater)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Updater | updater | 
Properties
Version
Gets the version to update to.
Declaration
public override Version Version { get; }
  Property Value
| Type | Description | 
|---|---|
| Version | 
Overrides
Methods
UpdateAssets()
Runs the action to update the assets.
Declaration
public override void UpdateAssets()
  Overrides
UpdateScene()
Runs the action to update the current scene.
Declaration
public override void UpdateScene()