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

Method getWidth

src/core/Resolution.js:171–175  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

169 */
170
171 getWidth() {
172
173 return this.width;
174
175 }
176
177 /**
178 * Returns the effective height.

Callers 1

Resolution.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected