C# Class TraceRacer.Particle

Afficher le fichier Open project: alexcoco/trace_racer

Méthodes publiques

Méthode Description
Draw ( SpriteBatch spriteBatch ) : void
Particle ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position, Vector2 velocity, float angle, float angularVelocity, Color color, float size, int ttl ) : System
Update ( ) : void

Method Details

Draw() public méthode

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

Particle() public méthode

public Particle ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 position, Vector2 velocity, float angle, float angularVelocity, Color color, float size, int ttl ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
position Vector2
velocity Vector2
angle float
angularVelocity float
color Color
size float
ttl int
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void