Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/melonjs/melonJS
/ get
Method
get
packages/melonjs/src/system/pool.ts:9–9 ·
view source on GitHub ↗
(...args: A)
Source
from the content-addressed store, hash-verified
7
8
export
interface
Pool<T, A extends unknown[]> {
9
get(...args: A): T;
10
release(object: T): void;
11
purge(): void;
12
size(): number;
Callers
15
syncFromPhysics
Method · 0.65
removeBody
Method · 0.65
updateShape
Method · 0.65
getVelocity
Method · 0.65
setVelocity
Method · 0.65
applyForce
Method · 0.65
applyImpulse
Method · 0.65
setPosition
Method · 0.65
setAngle
Method · 0.65
getAngle
Method · 0.65
setAngularVelocity
Method · 0.65
getAngularVelocity
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected