C# 클래스 WarTornLands.Entities.Modules.Draw.ParticleSystem.ParticleSystem

상속: BaseModule, IDrawExecuter
파일 보기 프로젝트 열기: floAr/WarTornLands 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( SpriteBatch batch, DrawInformation information ) : void
ParticleSystem ( EmitterSetting setting, List textures ) : System
Update ( GameTime gameTime ) : void

비공개 메소드들

메소드 설명
GenerateNewParticle ( ) : Particle

메소드 상세

Draw() 공개 메소드

public Draw ( SpriteBatch batch, DrawInformation information ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
information DrawInformation
리턴 void

ParticleSystem() 공개 메소드

public ParticleSystem ( EmitterSetting setting, List textures ) : System
setting EmitterSetting
textures List
리턴 System

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void