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

Method constructor

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

@param {any[]} args

(...args)

Source from the content-addressed store, hash-verified

89export class QuadCompositor extends QuadBatcher {
90 /** @param {any[]} args */
91 constructor(...args) {
92 warning("QuadCompositor", "QuadBatcher", "18.1.0");
93 super(...args);
94 }
95}
96
97/**

Callers

nothing calls this directly

Calls 1

warningFunction · 0.90

Tested by

no test coverage detected