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

Method getHeight

src/core/Resolution.js:186–190  ·  view source on GitHub ↗

* Returns the effective height. * * If the preferred width and height are set to Resizer.AUTO_SIZE, the base height will be returned. * * @deprecated Use height instead. * @return {Number} The effective height.

()

Source from the content-addressed store, hash-verified

184 */
185
186 getHeight() {
187
188 return this.height;
189
190 }
191
192 /**
193 * The resolution scale.

Callers 1

Resolution.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected