MCPcopy Index your code
hub / github.com/phaserjs/phaser / SetScaleY

Function SetScaleY

src/actions/SetScaleY.js:30–33  ·  view source on GitHub ↗
(items, value, step, index, direction)

Source from the content-addressed store, hash-verified

28 * @return {(array|Phaser.GameObjects.GameObject[])} The array of objects that were passed to this Action.
29 */
30var SetScaleY = function (items, value, step, index, direction)
31{
32 return PropertyValueSet(items, 'scaleY', value, step, index, direction);
33};
34
35module.exports = SetScaleY;

Callers 1

SetScaleY.test.jsFile · 0.85

Calls 1

PropertyValueSetFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…