ArrayUtils.rotateLeft()
  • References/Game Development/Phaser/Utils/ArrayUtils

<static> rotateLeft(array) → {any} Moves the element

2025-01-10 15:47:30
Utils.Debug#bodyInfo()
  • References/Game Development/Phaser/Utils/Utils.Debug

bodyInfo(sprite, x, y, color) Render a Sprites Physic Body information. Parameters

2025-01-10 15:47:30
ArraySet#list
  • References/Game Development/Phaser/Utils/ArraySet

list : Array.<any> The backing array. Type Array.<any>

2025-01-10 15:47:30
ArrayUtils.transposeMatrix()
  • References/Game Development/Phaser/Utils/ArrayUtils

<static> transposeMatrix(array) → {Array.<Array.<any>>}

2025-01-10 15:47:30
Utils.mixinPrototype()
  • References/Game Development/Phaser/Utils/Utils

<static> mixinPrototype(target, mixin, replace) Mixes in an

2025-01-10 15:47:30
Color.createColor()
  • References/Game Development/Phaser/Utils/Color

<static> createColor(r, g, b,

2025-01-10 15:47:30
Color.getAlpha()
  • References/Game Development/Phaser/Utils/Color

<static> getAlpha(color) → {number} Given a native color

2025-01-10 15:47:30
Color.getRed()
  • References/Game Development/Phaser/Utils/Color

<static> getRed(color) → {number} Given a native color

2025-01-10 15:47:30
Color.hexToRGB()
  • References/Game Development/Phaser/Utils/Color

<static> hexToRGB(hex) → {number} Converts a hex string

2025-01-10 15:47:30
Color.interpolateColorWithRGB()
  • References/Game Development/Phaser/Utils/Color

<static> interpolateColorWithRGB(color, r, g, b, steps, currentStep) → {number}

2025-01-10 15:47:30