C# Class UHSampleGame.ProjectileManagment.ProjectileTrailParticleSystem

Custom particle system for leaving smoke trails behind the rocket projectiles.
Inheritance: ParticleSystem
Mostrar archivo Open project: holtkampw/UH-Sample-XNA-Project

Public Methods

Method Description
ProjectileTrailParticleSystem ( Microsoft.Xna.Framework.Game game, Microsoft.Xna.Framework.Content.ContentManager content ) : System

Protected Methods

Method Description
InitializeSettings ( ParticleSettings settings ) : void

Method Details

InitializeSettings() protected method

protected InitializeSettings ( ParticleSettings settings ) : void
settings ParticleSettings
return void

ProjectileTrailParticleSystem() public method

public ProjectileTrailParticleSystem ( Microsoft.Xna.Framework.Game game, Microsoft.Xna.Framework.Content.ContentManager content ) : System
game Microsoft.Xna.Framework.Game
content Microsoft.Xna.Framework.Content.ContentManager
return System