MCPcopy
hub / github.com/tnfe/FFCreator / setScale

Method setScale

lib/node/node.js:78–81  ·  view source on GitHub ↗

* Set display object scale * @param {number} scale * @public

(scale = 1)

Source from the content-addressed store, hash-verified

76 * @public
77 */
78 setScale(scale = 1) {
79 this.display.scale.set(scale, scale);
80 this.display.setScaleToInit();
81 }
82
83 /**
84 * Set display object rotation

Callers 15

constructorMethod · 0.95
createFFTaskFunction · 0.80
createFFTaskFunction · 0.80
createFFTaskFunction · 0.80
createFFTaskFunction · 0.80
createFFTaskFunction · 0.80
creatSceneFunction · 0.80
createFFTaskFunction · 0.80
createFFTaskFunction · 0.80
createFFTaskFunction · 0.80
createFFTaskFunction · 0.80
createFFTaskFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected