Constructor
new DebugStaticTile()
The constructor that sets up the simulation variables
- Source:
- See:
-
- Simulation.Mode.ModeType
- World.Tile
- World.Tile.proxy
- Robot.AnalogLightSensor
Methods
UIPoll()
Polls the moving tile mode specific UI elements
- Source:
addNewUIElements()
Adds the UI elements that control the static tile 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:
addTileSelector()
Add the tile selector UI element. This automatically selects all of the
Tile proxies and uses them to populate the selector options. Therefore,
if a new tile is added this will automagically be included in the options
- Source:
update()
Update function that updates the state of the simulation
- Source: