Constructor
new DebugMovingTile()
The constructor that sets up the simulation variables
Methods
UIPoll()
Polls the moving tile mode specific UI elements
- Source:
addNewUIElements()
Adds the UI elements that control the moving 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: