C# 클래스 PGCGame.CoreTypes.BulletCollection

파일 보기 프로젝트 열기: GreatMindsRobotics/PGCGame

공개 프로퍼티들

프로퍼티 타입 설명
Dud List
Legit List

공개 메소드들

메소드 설명
DrawAll ( SpriteBatch worldSb ) : void
UpdateAll ( Microsoft gt ) : void

메소드 상세

DrawAll() 공개 메소드

public DrawAll ( SpriteBatch worldSb ) : void
worldSb Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

UpdateAll() 공개 메소드

public UpdateAll ( Microsoft gt ) : void
gt Microsoft
리턴 void

프로퍼티 상세

Dud 공개적으로 프로퍼티

public List Dud
리턴 List

Legit 공개적으로 프로퍼티

public List Legit
리턴 List