MCPcopy
hub / github.com/martinlaxenaire/curtainsjs / onRender

Method onRender

src/core/Mesh.js:592–598  ·  view source on GitHub ↗

This is called at each requestAnimationFrame call params : @callback (function) : a function to execute returns : @this: our plane to handle chaining

(callback)

Source from the content-addressed store, hash-verified

590 @this: our plane to handle chaining
591 ***/
592 onRender(callback) {
593 if(callback) {
594 this._onRenderCallback = callback;
595 }
596
597 return this;
598 }
599
600
601 /***

Callers 15

main.navigation.jsFile · 0.45
handleExamplesFunction · 0.45
flowmap.setup.jsFile · 0.45
handlePlanesFunction · 0.45
handlePlanesFunction · 0.45
handlePlanesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected