parseConfig() Parses the Physics Configuration object passed to the Game constructor and starts any physics systems specified within
chipmunk :Phaser.Physics.Chipmunk The Chipmunk Physics system (to be done). Source
[static] P2JS : number Source code:
config : Object The physics configuration object as passed to the game on creation. Source
startSystem(system) This will create an instance of the requested physics simulation.Phaser.Physics.Arcade is running by default
box2d :Phaser.Physics.Box2D The Box2D Physics system. Source code:
game : Phaser.Game Local reference to game.
[static] NINJA : number Source code:
p2 : Phaser.Physics.P2 The P2.JS
new Physics(game, physicsConfig) The Physics Manager is responsible for looking after all of the running
Page 2 of 3