Flying Piggy 2D Runner Kit  1.0
Complete 2D runner template for Unity
 All Classes Files Functions Variables Enumerations Enumerator Properties
GameSettings Class Reference
Inheritance diagram for GameSettings:

Public Attributes

GameCommand startGame
 
GameCommand pauseGame
 
GameCommand pauseNewGame
 
GameCommand resumeGame
 
GameCommand resumeNewGame
 
GameCommand stopGame
 
GameCommand resetGame
 
GameCommand gameOver
 
GameCommand winGame
 
List< GameCommandReceivergameComponents
 

Properties

static GameSettings Instance [get]
 

Detailed Description

Holds a list of game components and commands. Game components receive commands.

Member Data Documentation

List<GameCommandReceiver> GameSettings.gameComponents
GameCommand GameSettings.gameOver
GameCommand GameSettings.pauseGame
GameCommand GameSettings.pauseNewGame
GameCommand GameSettings.resetGame
GameCommand GameSettings.resumeGame
GameCommand GameSettings.resumeNewGame
GameCommand GameSettings.startGame
GameCommand GameSettings.stopGame
GameCommand GameSettings.winGame

Property Documentation

GameSettings GameSettings.Instance
staticget

Get single instance of GameSettings


The documentation for this class was generated from the following file: