angularVelocity : number The angular velocity controls the rotation speed of the Body. It is measured in degrees per second. Source code: physics/arcade/Body.js (Line 258)
world : Phaser.World Reference to the world. Source code: core/Game.js (Line 216)
totalTouches : number The total number of times this Pointer has been touched to the touchscreen. Source code: input/Pointer.js (Line 287)
create : Phaser.Create The Asset Generator. Source code: core/Game.js (Line 266)
[readonly] aspectRatio : number The aspect ratio of the scaled Display canvas. Source code: core/ScaleManager.js (Line 349)
<static> postUpdate() The FixedToCamera component postUpdate handler.Called automatically by the Game Object. Source code: gameobjects/components/FixedToCamera.js (Line 21)
[readonly] inWorld : boolean Checks if the Game Objects bounds are within, or intersect at any point with the Game World bounds. Inherited From Phaser.Component.InWorld#inWorld Source code: gameobjects/components/InWorld.js (Line 129)
<constant> NONE : integer Direction constant. Source code: Phaser.js (Line 59)
overlapR : number If Body.isCircle is true, and this body collides with another circular body, the amount of overlap is stored here. The amount of overlap during the collision. Source code: physics/arcade/Body.js (Line 349)
x : number The x coordinate of the top-left corner of the Rectangle. Source code: geom/RoundedRectangle.js (Line 31)
Page 200 of 535