Constructor
new DebugRoom(numTilesX, numTilesY)
The constructor that sets up the simulation variables
Parameters:
Name | Type | Default | Description |
---|---|---|---|
numTilesX |
number | 4 | Positive integer value for the number of tiles in the x direction |
numTilesY |
number | 4 | Positive integer value for the number of tiles in the y direction |
Methods
UIPoll()
Polls the simulation mode debug room specific UI elements
- Source:
addNewUIElements()
Adds the UI elements that control the debug room mode simulation
mode. This code currently has an inefficiency that deletes DOM elements
for the inputs if they already exist. It would be preferable if a handle
could be saved and reused for these elements.
- Source:
update()
Update function that updates the state of the simulation
- Source: