MCPcopy Index your code
hub / github.com/spritejs/spritejs / forceUpdate

Method forceUpdate

src/node/node.js:380–382  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

378 }
379
380 forceUpdate() {
381 if(this.parent) this.parent.forceUpdate();
382 }
383
384 getAttribute(key) {
385 return this.attributes[key];

Callers 15

connectMethod · 0.95
onPropertyChangeMethod · 0.95
setProgramMethod · 0.95
setShaderAttributeMethod · 0.95
setUniformsMethod · 0.95
setResolutionMethod · 0.95
_applyTextureFunction · 0.45
node.jsFile · 0.45
layer.jsFile · 0.45
cloud.jsFile · 0.45
label.jsFile · 0.45
applyTextureFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected