MCPcopy Create free account
hub / github.com/melonjs/melonJS / constructor

Method constructor

packages/melonjs/src/lang/deprecated.js:67–70  ·  view source on GitHub ↗

@param {any[]} args

(...args)

Source from the content-addressed store, hash-verified

65export class Compositor extends Batcher {
66 /** @param {any[]} args */
67 constructor(...args) {
68 warning("Compositor", "Batcher", "18.1.0");
69 super(...args);
70 }
71}
72
73/**

Callers

nothing calls this directly

Calls 1

warningFunction · 0.90

Tested by

no test coverage detected