C# Class Gameflow, ES2014B

Inheritance: MonoBehaviour
Afficher le fichier Open project: eloipuertas/ES2014B Class Usage Examples

Méthodes publiques

Свойство Type Description
maxEnemies int
trigger_door GameObject
trollSpawner Transform

Méthodes publiques

Méthode Description
GetDifficulty ( ) : int
IsDifficulty ( int mode ) : bool
SetDifficulty ( int mode ) : void
getPhase ( ) : int

Private Methods

Méthode Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void
open_door ( ) : void
phase_control ( ) : void
show_win_message ( ) : void
spawnSpiders ( ) : void

Method Details

GetDifficulty() public static méthode

public static GetDifficulty ( ) : int
Résultat int

IsDifficulty() public static méthode

public static IsDifficulty ( int mode ) : bool
mode int
Résultat bool

SetDifficulty() public static méthode

public static SetDifficulty ( int mode ) : void
mode int
Résultat void

getPhase() public static méthode

public static getPhase ( ) : int
Résultat int

Property Details

maxEnemies public_oe property

public int maxEnemies
Résultat int

trigger_door public_oe property

public GameObject trigger_door
Résultat GameObject

trollSpawner public_oe property

public Transform trollSpawner
Résultat Transform