C# Class TerrainPainter.tp_History

Afficher le fichier Open project: Stumpstump/RoverGame Class Usage Examples

Méthodes publiques

Méthode Description
CanUndo ( ) : bool

Check if can do an undo

CreateRestorePoint ( UndoType type, string saveMsg = default(string) ) : void

Create undo point

Redo ( ) : void

Perform redo

Undo ( ) : void

Perform undo

Method Details

CanUndo() public méthode

Check if can do an undo
public CanUndo ( ) : bool
Résultat bool

CreateRestorePoint() public méthode

Create undo point
public CreateRestorePoint ( UndoType type, string saveMsg = default(string) ) : void
type UndoType
saveMsg string
Résultat void

Redo() public méthode

Perform redo
public Redo ( ) : void
Résultat void

Undo() public méthode

Perform undo
public Undo ( ) : void
Résultat void