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

Method constructor

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

@param {any[]} args

(...args)

Source from the content-addressed store, hash-verified

77export class PrimitiveCompositor extends PrimitiveBatcher {
78 /** @param {any[]} args */
79 constructor(...args) {
80 warning("PrimitiveCompositor", "PrimitiveBatcher", "18.1.0");
81 super(...args);
82 }
83}
84
85/**

Callers

nothing calls this directly

Calls 1

warningFunction · 0.90

Tested by

no test coverage detected