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

Function get

packages/melonjs/src/lang/deprecated.js:101–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 */
100Object.defineProperty(WebGLRenderer.prototype, "currentCompositor", {
101 get() {
102 warning("currentCompositor", "currentBatcher", "18.1.0");
103 return this.currentBatcher;
104 },
105 set(value) {
106 warning("currentCompositor", "currentBatcher", "18.1.0");
107 this.currentBatcher = value;

Callers

nothing calls this directly

Calls 1

warningFunction · 0.90

Tested by

no test coverage detected