C# Class StarWarrior.Systems.EnemySpawnSystem

Inheritance: IntervalEntitySystem
Afficher le fichier Open project: thelinuxlich/starwarrior_CSharp

Méthodes publiques

Méthode Description
EnemySpawnSystem ( ) : System

Initializes a new instance of the EnemySpawnSystem class.

LoadContent ( ) : void

Override to implement code that gets executed when systems are initialized.

Méthodes protégées

Méthode Description
ProcessEntities ( Entity>.IDictionary entities ) : void

Processes the entities.

Method Details

EnemySpawnSystem() public méthode

Initializes a new instance of the EnemySpawnSystem class.
public EnemySpawnSystem ( ) : System
Résultat System

LoadContent() public méthode

Override to implement code that gets executed when systems are initialized.
public LoadContent ( ) : void
Résultat void

ProcessEntities() protected méthode

Processes the entities.
protected ProcessEntities ( Entity>.IDictionary entities ) : void
entities Entity>.IDictionary The entities.
Résultat void