C# Класс WarTornLands.Entities.Modules.Draw.ParticleSystem.Particle

Показать файл Открыть проект

Открытые методы

Метод Описание
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