C# 클래스 Dischord.Engine.EntityManager

파일 보기 프로젝트 열기: jbrownbridge/Dischord

공개 메소드들

메소드 설명
Add ( System.Entity e ) : void
Del ( System.Entity e ) : void
EntityManager ( int rows, int columns ) : System
GetCell ( int x, int y ) : Cell
Reset ( ) : void
Update ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( System.Entity e ) : void
e System.Entity
리턴 void

Del() 공개 메소드

public Del ( System.Entity e ) : void
e System.Entity
리턴 void

EntityManager() 공개 메소드

public EntityManager ( int rows, int columns ) : System
rows int
columns int
리턴 System

GetCell() 공개 메소드

public GetCell ( int x, int y ) : Cell
x int
y int
리턴 Cell

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void