Uses of Class
vooga.gameEngine.core.GameManager

Packages that use GameManager
games.pinball   
games.pong   
games.RobotUnicornAttack   
games.SpaceInvaders   
games.stickfighter   
testing.gameEngine.cameraTesting   
testing.gameEngine.collision   
testing.gameEngine.WormsDemo   
vooga.aiEngine.Dev   
vooga.gameEngine.core   
vooga.gameEngine.game   
vooga.gameEngine.graphics   
vooga.levelEditor.game.ballPathBuilder   
 

Uses of GameManager in games.pinball
 

Constructors in games.pinball with parameters of type GameManager
Pinball(GameManager manager)
          Main constructor for a pinball game
 

Uses of GameManager in games.pong
 

Constructors in games.pong with parameters of type GameManager
Pong(GameManager manager)
          Construct a new Pong game with the given GameManager.
 

Uses of GameManager in games.RobotUnicornAttack
 

Constructors in games.RobotUnicornAttack with parameters of type GameManager
RobotUnicornAttack(GameManager manager)
           
 

Uses of GameManager in games.SpaceInvaders
 

Constructors in games.SpaceInvaders with parameters of type GameManager
SpaceInvaders(GameManager manager)
           
 

Uses of GameManager in games.stickfighter
 

Constructors in games.stickfighter with parameters of type GameManager
StickFighterGame(GameManager manager)
          Creates a game given its GameManager with the default name "Stick Fighter".
 

Uses of GameManager in testing.gameEngine.cameraTesting
 

Constructors in testing.gameEngine.cameraTesting with parameters of type GameManager
CameraTest(GameManager manager)
           
 

Uses of GameManager in testing.gameEngine.collision
 

Constructors in testing.gameEngine.collision with parameters of type GameManager
DummyGame(GameManager manager)
           
 

Uses of GameManager in testing.gameEngine.WormsDemo
 

Constructors in testing.gameEngine.WormsDemo with parameters of type GameManager
WormsDemo(GameManager manager)
           
 

Uses of GameManager in vooga.aiEngine.Dev
 

Constructors in vooga.aiEngine.Dev with parameters of type GameManager
AIDemo(GameManager manager)
           
 

Uses of GameManager in vooga.gameEngine.core
 

Constructors in vooga.gameEngine.core with parameters of type GameManager
CollisionDetection(GameManager manager, PhysicsEngine physics)
          default constructor
 

Uses of GameManager in vooga.gameEngine.game
 

Methods in vooga.gameEngine.game that return GameManager
 GameManager AbstractGame.getManager()
          Provides access to the manager for this AbstractGame.
 

Constructors in vooga.gameEngine.game with parameters of type GameManager
AbstractGame(GameManager manager)
          Creates a game given its GameManager.
 

Uses of GameManager in vooga.gameEngine.graphics
 

Constructors in vooga.gameEngine.graphics with parameters of type GameManager
GameCanvas(GameManager manager)
           
 

Uses of GameManager in vooga.levelEditor.game.ballPathBuilder
 

Constructors in vooga.levelEditor.game.ballPathBuilder with parameters of type GameManager
BallPathBuilder(GameManager manager)