C# Класс StarWarrior.Systems.PlayerShipControlSystem

Наследование: TagSystem
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
AddMissile ( TransformComponent transformComponent, float angle = 90.0f, float offsetX = 0.0f ) : void

Adds the missile.

Описание методов

LoadContent() публичный Метод

Override to implement code that gets executed when systems are initialized.
public LoadContent ( ) : void
Результат void

PlayerShipControlSystem() публичный Метод

Initializes a new instance of the PlayerShipControlSystem class.
public PlayerShipControlSystem ( ) : System
Результат System

Process() публичный Метод

Processes the specified entity.
public Process ( Entity entity ) : void
entity Entity The entity.
Результат void