C# Class StarWarrior.Systems.PlayerShipControlSystem

Inheritance: TagSystem
Show file Open project: thelinuxlich/starwarrior_CSharp

Public Methods

Method Description
LoadContent ( ) : void

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

PlayerShipControlSystem ( ) : System

Initializes a new instance of the PlayerShipControlSystem class.

Process ( Entity entity ) : void

Processes the specified entity.

Private Methods

Method Description
AddMissile ( TransformComponent transformComponent, float angle = 90.0f, float offsetX = 0.0f ) : void

Adds the missile.

Method Details

LoadContent() public method

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

PlayerShipControlSystem() public method

Initializes a new instance of the PlayerShipControlSystem class.
public PlayerShipControlSystem ( ) : System
return System

Process() public method

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