C# 클래스 OpenEmpires.EntityManager

상속: Drawable
파일 보기 프로젝트 열기: HandsomeMatt/OpenEmpires 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EntityContainer Entities.EntityBase>.Dictionary

공개 메소드들

메소드 설명
Draw ( RenderTarget rt, RenderStates states ) : void
EntityManager ( ) : System
Update ( ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( RenderTarget rt, RenderStates states ) : void
rt RenderTarget
states SFML.Graphics.RenderStates
리턴 void

EntityManager() 공개 메소드

public EntityManager ( ) : System
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

EntityContainer 공개적으로 프로퍼티

public Dictionary EntityContainer
리턴 Entities.EntityBase>.Dictionary