C# Class Vtj.Gaming.Game

Datei anzeigen Open project: Ventajou/Space-Dinosaurs Class Usage Examples

Public Properties

Property Type Description
Score int

Public Methods

Method Description
GameOver ( ) : void
LoadScene ( Scene scene ) : void
NextLevel ( ) : void
Play ( ) : void
ShowEnd ( ) : void
ShowHiScores ( ) : void
ShowTitleScreen ( ) : void
Start ( ) : void

Method Details

GameOver() public method

public GameOver ( ) : void
return void

LoadScene() public method

public LoadScene ( Scene scene ) : void
scene Scene
return void

NextLevel() public method

public NextLevel ( ) : void
return void

Play() public method

public Play ( ) : void
return void

ShowEnd() public method

public ShowEnd ( ) : void
return void

ShowHiScores() public method

public ShowHiScores ( ) : void
return void

ShowTitleScreen() public method

public ShowTitleScreen ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

Score public_oe property

public int Score
return int