C# Class Drought.Graphics.Particles.ProjectileTrailParticleSystem

Custom particle system for leaving smoke trails behind the rocket projectiles.
Inheritance: ParticleSystem
Afficher le fichier Open project: kiniry-teaching/UCD Class Usage Examples

Méthodes publiques

Méthode Description
ProjectileTrailParticleSystem ( Microsoft.Xna.Framework.Content.ContentManager content, GraphicsDevice device ) : System

Méthodes protégées

Méthode Description
InitializeSettings ( ParticleSettings settings ) : void

Method Details

InitializeSettings() protected méthode

protected InitializeSettings ( ParticleSettings settings ) : void
settings ParticleSettings
Résultat void

ProjectileTrailParticleSystem() public méthode

public ProjectileTrailParticleSystem ( Microsoft.Xna.Framework.Content.ContentManager content, GraphicsDevice device ) : System
content Microsoft.Xna.Framework.Content.ContentManager
device GraphicsDevice
Résultat System