Class: DebugLineDistanceCheck

Simulation.Mode.DebugLineDistanceCheck()

Class Simulation.Mode.DebugLineDistanceCheck is a simulation mode that checks how well an analog light sensor can read the simulated line. This is mostly to see how far apart the line points need to be to produce a realistic effect.

Constructor

new DebugLineDistanceCheck()

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

Methods

UIPoll()

Polls the line distance check mode specific UI elements
Source:

addNewUIElements()

Adds the UI elements that control the line distance check 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)