Class: DebugMovingTile

Simulation.Mode.DebugMovingTile()

Class Simulation.Mode.DebugMovingTile is a simulation mode that has a tile moving back and forth along the canvas to test that the light sensors can correctly read the value in a global coordinate frame.

Constructor

new DebugMovingTile()

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 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:

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