Méthode | Description | |
---|---|---|
AddOperation ( |
Adds a square change operation. This does not actually change the square, but rather stores the modification for handing in undo and redo.
|
|
SquareChange ( AbstractMap map ) : System |
Creates a new change batch targeting the specified map.
|
Méthode | Description | |
---|---|---|
PenChange_OnRedo ( object sender, |
||
PenChange_OnUndo ( object sender, |
public AddOperation ( |
||
oldSquare | The square that was previously at the map location. | |
newSquare | The new square being placed at the map location. | |
location | System.Vector3 | The location on the map that this operation takes place. |
Résultat | void |
public SquareChange ( AbstractMap map ) : System | ||
map | AbstractMap | The map that we're changing squares on. |
Résultat | System |