C# 클래스 MrGravity.ParticleEngine.ParticleEngine

파일 보기 프로젝트 열기: DizWARE/Mr-Gravity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ColorScheme string
Ttl int

공개 메소드들

메소드 설명
Draw ( SpriteBatch spriteBatch ) : void
ParticleEngine ( List textures, Vector2 location, int ttl ) : System
Update ( int particleCount ) : void

비공개 메소드들

메소드 설명
GenerateNewParticle ( ) : Particle

메소드 상세

Draw() 공개 메소드

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

ParticleEngine() 공개 메소드

public ParticleEngine ( List textures, Vector2 location, int ttl ) : System
textures List
location Vector2
ttl int
리턴 System

Update() 공개 메소드

public Update ( int particleCount ) : void
particleCount int
리턴 void

프로퍼티 상세

ColorScheme 공개적으로 프로퍼티

public string ColorScheme
리턴 string

Ttl 공개적으로 프로퍼티

public int Ttl
리턴 int