C# Class GameFinishedController, Albatross

Inheritance: MonoBehaviour
Afficher le fichier Open project: xby2/Albatross

Méthodes publiques

Свойство Type Description
afterMatchScene string
gameOverText GameObject
gameOverTimeScale float
gameState GameStateManager,
showGameOverDuration float
timeManager TimeManager,

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
endMatch ( ) : IEnumerator

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

afterMatchScene public_oe property

Screen to load after the match
public string afterMatchScene
Résultat string

gameOverText public_oe property

Game object to show the game is over
public GameObject gameOverText
Résultat GameObject

gameOverTimeScale public_oe property

The modified timescale of the game during th end game sequence
public float gameOverTimeScale
Résultat float

gameState public_oe property

public GameStateManager, gameState
Résultat GameStateManager,

showGameOverDuration public_oe property

How long to show the end game sequence, in seconds
public float showGameOverDuration
Résultat float

timeManager public_oe property

Game object that manages time left
public TimeManager, timeManager
Résultat TimeManager,