MCPcopy 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
8export interface Pool<T, A extends unknown[]> {
9 get(...args: A): T;
10 release(object: T): void;
11 purge(): void;
12 size(): number;

Callers 15

syncFromPhysicsMethod · 0.65
removeBodyMethod · 0.65
updateShapeMethod · 0.65
getVelocityMethod · 0.65
setVelocityMethod · 0.65
applyForceMethod · 0.65
applyImpulseMethod · 0.65
setPositionMethod · 0.65
setAngleMethod · 0.65
getAngleMethod · 0.65
setAngularVelocityMethod · 0.65
getAngularVelocityMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected