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

Function updateDisplays

src/dat/gui/GUI.js:1398–1408  ·  view source on GitHub ↗
(controllerArray)

Source from the content-addressed store, hash-verified

1396}
1397
1398function updateDisplays(controllerArray) {
1399 if (controllerArray.length !== 0) {
1400 requestAnimationFrame.call(window, function() {
1401 updateDisplays(controllerArray);
1402 });
1403 }
1404
1405 common.each(controllerArray, function(c) {
1406 c.updateDisplay();
1407 });
1408}
1409
1410export default GUI;

Callers 1

GUI.jsFile · 0.85

Calls 1

updateDisplayMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…