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

Method setScale

src/core/Resolution.js:238–242  ·  view source on GitHub ↗

* Sets the resolution scale. * * Also sets the preferred resolution to Resizer.AUTO_SIZE. * * @deprecated Use scale instead. * @param {Number} value - The scale.

(value)

Source from the content-addressed store, hash-verified

236 */
237
238 setScale(value) {
239
240 this.scale = value;
241
242 }
243
244 /**
245 * The base width.

Callers 3

Resolution.jsFile · 0.45
registerOptionsMethod · 0.45
registerOptionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected