AbstractAdds a color controller to the panel.
The created controller.
Adds a (non-color) controller to the panel. See the lil-gui API for more information.
The created controller.
Removes this panel from its parent GUI.
Updates the panel. You may override this function if the panel has additional work to do. However, updateControllers should still be called to ensure they are up to date.
Updates all controllers in this panel with the observed values. This is useful if the value changes from outside the GUI.
Updates the values of the controller sources.
Base class for the panels in the inspector.