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

파일 보기 프로젝트 열기: floAr/WarTornLands

공개 메소드들

메소드 설명
Draw ( SpriteBatch spriteBatch, DrawInformation information ) : void
Particle ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 velocity, float angle, float angularVelocity, Color color, float size, float ttl, float alpha, float alphaD ) : System
Update ( GameTime gameTime ) : void

메소드 상세

Draw() 공개 메소드

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

Particle() 공개 메소드

public Particle ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 velocity, float angle, float angularVelocity, Color color, float size, float ttl, float alpha, float alphaD ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
velocity Vector2
angle float
angularVelocity float
color Color
size float
ttl float
alpha float
alphaD float
리턴 System

Update() 공개 메소드

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