Mouse#mouseOverCallback

mouseOverCallback : Function A callback that can be fired when the mouse enters the game canvas (usually after a mouseout). Source code: input/Mouse.js (Line 57)

Event#type

[readonly] type : string The string name of the event that this represents. Source code: plugins/path/EventTarget.js (Line 244)

MSPointer#pointerMoveCallback

pointerMoveCallback : Function A callback that can be fired on a MSPointerMove event. Source code: input/MSPointer.js (Line 49)

Mouse#mouseWheelCallback

mouseWheelCallback : Function A callback that can be fired when the mousewheel is used. Source code: input/Mouse.js (Line 62)

Color.interpolateColorWithRGB()

<static> interpolateColorWithRGB(color, r, g, b, steps, currentStep) → {number} Interpolates the two given colours based on the supplied step and currentStep properties. Parameters Name Type Description color number The first color value. r number The red color value, between 0 and 0xFF (255). g number The green color value, between 0 and 0xFF (255). b number The blue color value, between 0 and 0xFF (255). steps number The number of steps to run the interpolation over. curre

RetroFont#key

key : string The key of the RenderTexture in the Cache, if stored there. Inherited From Phaser.RenderTexture#key Source code: gameobjects/RenderTexture.js (Line 35)

Physics.Ninja#quadTree

quadTree : Phaser.QuadTree The world QuadTree. Source code: physics/ninja/World.js (Line 64)

Cache#game

game : Phaser.Game Local reference to game. Source code: loader/Cache.js (Line 39)

Physics.Ninja.AABB#reportCollision()

reportCollision(px, py, dx, dy) Process a collision partner-agnostic collision response and apply the resulting forces. Parameters Name Type Description px number The tangent velocity py number The tangent velocity dx number Collision normal dy number Collision normal Source code: physics/ninja/AABB.js (Line 128)

Plugin#parent

parent :any The parent of this plugin. If added to the PluginManager the parent will be set to that, otherwise it will be null. Source code: core/Plugin.js (Line 27)