Constructor
new EditCommand(room, mapPos, prevTile, nextTile, batchNum)
EditCommand constructor
Parameters:
Name | Type | Description |
---|---|---|
room |
World.Room | A reference to the room object so that the class can revert the rooms state. |
mapPos |
p5.Vector | Position of the tile. |
prevTile |
World.Tile | Previous tile in the room |
nextTile |
World.Tile | Next tile that replaces the previous one |
batchNum |
number | The batch number of the command |
- Source:
Methods
redo()
Redo the command
- Source:
undo()
Undo the command
- Source: