MCPcopy
hub / github.com/dataarts/dat.gui / updateDisplay

Method updateDisplay

src/dat/controllers/Controller.js:113–115  ·  view source on GitHub ↗

* Refreshes the visual display of a Controller in order to keep sync * with the object's current value. * @returns {Controller} this

()

Source from the content-addressed store, hash-verified

111 * @returns {Controller} this
112 */
113 updateDisplay() {
114 return this;
115 }
116
117 /**
118 * @returns {boolean} true if the value has deviated from initialValue

Callers 4

setValueMethod · 0.95
GUI.jsFile · 0.45
augmentControllerFunction · 0.45
updateDisplaysFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected