C# Class Gameflow, ES2014B

Inheritance: MonoBehaviour
Datei anzeigen Open project: eloipuertas/ES2014B Class Usage Examples

Public Properties

Property Type Description
maxEnemies int
trigger_door GameObject
trollSpawner Transform

Public Methods

Method Description
GetDifficulty ( ) : int
IsDifficulty ( int mode ) : bool
SetDifficulty ( int mode ) : void
getPhase ( ) : int

Private Methods

Method Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void
open_door ( ) : void
phase_control ( ) : void
show_win_message ( ) : void
spawnSpiders ( ) : void

Method Details

GetDifficulty() public static method

public static GetDifficulty ( ) : int
return int

IsDifficulty() public static method

public static IsDifficulty ( int mode ) : bool
mode int
return bool

SetDifficulty() public static method

public static SetDifficulty ( int mode ) : void
mode int
return void

getPhase() public static method

public static getPhase ( ) : int
return int

Property Details

maxEnemies public_oe property

public int maxEnemies
return int

trigger_door public_oe property

public GameObject trigger_door
return GameObject

trollSpawner public_oe property

public Transform trollSpawner
return Transform