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

Method getBaseWidth

src/core/Resolution.js:274–278  ·  view source on GitHub ↗

* Returns the base width. * * @deprecated Use baseWidth instead. * @return {Number} The base width.

()

Source from the content-addressed store, hash-verified

272 */
273
274 getBaseWidth() {
275
276 return this.baseWidth;
277
278 }
279
280 /**
281 * Sets the base width.

Callers 1

Resolution.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected