C# Class SafeAndFree.WaveManager

Afficher le fichier Open project: mokasocial/PrivacyDefense Class Usage Examples

Méthodes publiques

Свойство Type Description
creepsLeft int
waves int[][][]

Méthodes publiques

Méthode Description
InfiniteUpdate ( bool canStartNewWave ) : bool
SetWaves ( int newWaves ) : void
Update ( bool canStartNewWave ) : bool
WaveManager ( ) : System

Method Details

InfiniteUpdate() public méthode

public InfiniteUpdate ( bool canStartNewWave ) : bool
canStartNewWave bool
Résultat bool

SetWaves() public méthode

public SetWaves ( int newWaves ) : void
newWaves int
Résultat void

Update() public méthode

public Update ( bool canStartNewWave ) : bool
canStartNewWave bool
Résultat bool

WaveManager() public méthode

public WaveManager ( ) : System
Résultat System

Property Details

creepsLeft public_oe property

public int creepsLeft
Résultat int

waves public_oe property

public int[][][] waves
Résultat int[][][]