MCPcopy Create free account
hub / github.com/phaserjs/phaser / SetDepth

Function SetDepth

src/actions/SetDepth.js:32–35  ·  view source on GitHub ↗
(items, value, step, index, direction)

Source from the content-addressed store, hash-verified

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

Callers 1

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