Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/melonjs/melonJS
/ syncBroadphase
Function
syncBroadphase
packages/melonjs/tests/ui-interaction.spec.js:37–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
};
36
37
const
syncBroadphase = () => {
38
game.world.broadphase.clear();
39
game.world.broadphase.insertContainer(game.world);
40
};
41
42
describe(
"UI pointer interaction"
, () => {
43
beforeAll(
async
() => {
Callers
1
ui-interaction.spec.js
File · 0.85
Calls
2
clear
Method · 0.65
insertContainer
Method · 0.65
Tested by
no test coverage detected