Constructor
new Debug()
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:
hideUI()
Checks if this.UIPanel is defined and hides the panel if it is. This is
done by setting the visibility to "hidden" and the display style to
"none".
- Source:
reset()
Resets the currently active debug mode.
- Source:
setActiveMode(newMode)
Sets the active debug mode.
Parameters:
Name | Type | Description |
---|---|---|
newMode |
Simulation.Mode.ModeType | The new simulation mode |
- Source:
setModeByName(modeName)
Sets the active mode by name. If invalid the mode is changed to the empty
mode.
Parameters:
Name | Type | Description |
---|---|---|
modeName |
string | The name of the new mode |
- Source:
update()
Update function that updates the state of the simulation
- Source: