Class: DebugStaticTile

Simulation.Mode.DebugStaticTile()

Class Simulation.Mode.DebugStaticTile is a simulation mode that has a single tile in the centre of the canvas. This was used as a test for different sized light sensors to ensure that they give sensible readings in different conditions.

Constructor

new DebugStaticTile()

The constructor that sets up the simulation variables
Source:
See:

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:

Documentation generated by JSDoc 4.0.2 on Fri Aug 30 2024 16:12:54 GMT-0600 (Mountain Daylight Time)