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