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

Method getResolution

src/node/node.js:415–417  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

413 }
414
415 getResolution() {
416 return {...this[_resolution]};
417 }
418
419 isPointCollision(x, y) {
420 if(!this.mesh) return false;

Callers 15

node.jsFile · 0.45
LayerFunction · 0.45
layer.jsFile · 0.45
LayerWorkerFunction · 0.45
drawImageFunction · 0.45
scene.jsFile · 0.45
connectMethod · 0.45
constructorMethod · 0.45
heightMethod · 0.45
widthMethod · 0.45
addPassMethod · 0.45
getFBOMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected