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

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

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

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

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

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

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

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

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

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

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