height : number The height of the displayObjectContainer, setting this will actually modify the scale to achieve the value set Inherited From PIXI.DisplayObjectContainer#height Source code: pixi/display/DisplayObjectContainer.js (Line 600)
<constant> ELLIPSE : integer Game Object type. Source code: Phaser.js (Line 206)
friction : number The friction applied to this object as it moves. Default Value 0.05 Source code: physics/ninja/Body.js (Line 83)
dirty : boolean Whether the strip is dirty or not Inherited From PIXI.Strip#dirty Source code: pixi/extras/Strip.js (Line 43)
getBounds(matrix) → {Rectangle} Returns the bounds of the mesh as a rectangle. The bounds calculation takes the worldTransform into account. Parameters Name Type Description matrix Matrix the transformation matrix of the sprite Returns Rectangle - the framing rectangle Inherited From PIXI.Strip#getBounds Source code: pixi/extras/Strip.js (Line 405)
randomChoice(choice1, choice2) → {any} Choose between one of two values randomly. Parameters Name Type Description choice1 any choice2 any Returns any - The randomly selected choice Source code: utils/Utils.js (Line 106)
pausedTime : number The game time at which the sound was paused. Source code: sound/Sound.js (Line 109)
<constant> CANVAS : integer Canvas Renderer. Source code: Phaser.js (Line 38)
deltaY() → {number} Returns the delta y value. The difference between Body.y now and in the previous step. Returns number - The delta value. Positive if the motion was downwards, negative if upwards. Source code: physics/ninja/Body.js (Line 411)
<constant> RIGHT : integer Direction constant. Source code: Phaser.js (Line 73)
Page 87 of 535