C# Class StarWarrior.Systems.HudRenderSystem

Inheritance: Artemis.TagSystem
Afficher le fichier Open project: thelinuxlich/starwarrior_CSharp

Méthodes publiques

Méthode Description
HudRenderSystem ( ) : Artemis

Initializes a new instance of the HudRenderSystem class.

LoadContent ( ) : void

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

Process ( Entity entity ) : void

Processes the specified entity.

Method Details

HudRenderSystem() public méthode

Initializes a new instance of the HudRenderSystem class.
public HudRenderSystem ( ) : Artemis
Résultat Artemis

LoadContent() public méthode

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

Process() public méthode

Processes the specified entity.
public Process ( Entity entity ) : void
entity Entity The entity.
Résultat void