C# Class StarWarrior.Systems.PlayerShipControlSystem

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

Méthodes publiques

Méthode 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

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

Adds the missile.

Method Details

LoadContent() public méthode

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

PlayerShipControlSystem() public méthode

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

Process() public méthode

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