C# 클래스 StarWarrior.Systems.HudRenderSystem

상속: Artemis.TagSystem
파일 보기 프로젝트 열기: thelinuxlich/starwarrior_CSharp

공개 메소드들

메소드 설명
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