C# 클래스 MyPolarBear.DrawKeeper

파일 보기 프로젝트 열기: sgdc/sgdc-old 1 사용 예제들

공개 메소드들

메소드 설명
addEntity ( Entity ent ) : void
addLevelElement ( LevelElement ele ) : void
drawAll ( SpriteBatch spriteBatch ) : void
getEntities ( ) : List
getInstance ( ) : DrawKeeper
getLevelElements ( ) : List
removeEntity ( Entity ent ) : void
removeLevelElement ( LevelElement ele ) : void

비공개 메소드들

메소드 설명
DrawKeeper ( ) : System

메소드 상세

addEntity() 공개 메소드

public addEntity ( Entity ent ) : void
ent Entity
리턴 void

addLevelElement() 공개 메소드

public addLevelElement ( LevelElement ele ) : void
ele LevelElement
리턴 void

drawAll() 공개 메소드

public drawAll ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

getEntities() 공개 메소드

public getEntities ( ) : List
리턴 List

getInstance() 공개 정적인 메소드

public static getInstance ( ) : DrawKeeper
리턴 DrawKeeper

getLevelElements() 공개 메소드

public getLevelElements ( ) : List
리턴 List

removeEntity() 공개 메소드

public removeEntity ( Entity ent ) : void
ent Entity
리턴 void

removeLevelElement() 공개 메소드

public removeLevelElement ( LevelElement ele ) : void
ele LevelElement
리턴 void