C# Class StarWarrior.Systems.HudRenderSystem

Inheritance: Artemis.TagSystem
Show file Open project: thelinuxlich/starwarrior_CSharp

Public Methods

Method 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 method

Initializes a new instance of the HudRenderSystem class.
public HudRenderSystem ( ) : Artemis
return Artemis

LoadContent() public method

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

Process() public method

Processes the specified entity.
public Process ( Entity entity ) : void
entity Entity The entity.
return void