MCPcopy Create free account
hub / github.com/pmndrs/postprocessing / getBaseHeight

Method getBaseHeight

src/core/Resolution.js:323–327  ·  view source on GitHub ↗

* Returns the base height. * * @deprecated Use baseHeight instead. * @return {Number} The base height.

()

Source from the content-addressed store, hash-verified

321 */
322
323 getBaseHeight() {
324
325 return this.baseHeight;
326
327 }
328
329 /**
330 * Sets the base height.

Callers 1

Resolution.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected