C# 클래스 ZombieShooter.ObjList

파일 보기 프로젝트 열기: Spectrewiz/Zombie-Shooter

공개 프로퍼티들

프로퍼티 타입 설명
objList List
placableObjects List

공개 메소드들

메소드 설명
Draw ( SpriteBatch spriteBatch ) : void
Initialize ( ) : void
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
Reset ( ) : void
Update ( ) : void

메소드 상세

Draw() 공개 정적인 메소드

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

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

LoadContent() 공개 정적인 메소드

public static LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
리턴 void

Reset() 공개 정적인 메소드

public static Reset ( ) : void
리턴 void

Update() 공개 정적인 메소드

public static Update ( ) : void
리턴 void

프로퍼티 상세

objList 공개적으로 정적으로 프로퍼티

public static List objList
리턴 List

placableObjects 공개적으로 정적으로 프로퍼티

public static List placableObjects
리턴 List