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

Function SetScaleX

src/actions/SetScaleX.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 SetScaleX = function (items, value, step, index, direction)
31{
32 return PropertyValueSet(items, 'scaleX', value, step, index, direction);
33};
34
35module.exports = SetScaleX;

Callers 1

SetScaleX.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…