Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.45
Layer
Function · 0.45
layer.js
File · 0.45
LayerWorker
Function · 0.45
drawImage
Function · 0.45
scene.js
File · 0.45
connect
Method · 0.45
constructor
Method · 0.45
height
Method · 0.45
width
Method · 0.45
addPass
Method · 0.45
getFBO
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected