C# Class Indiefreaks.Xna.Rendering.Particles.ParticleSystem

Inheritance: IContentHost
Afficher le fichier Open project: Indiefreaks/igf Class Usage Examples

Méthodes publiques

Méthode Description
LoadContent ( IContentCatalogue catalogue, Microsoft.Xna.Framework.Content.ContentManager manager ) : void

Load all XNA ContentManager content

ParticleSystem ( ) : System
ParticleSystem ( string particleEffectFilePath ) : System
UnloadContent ( IContentCatalogue catalogue ) : void

Unload all XNA ContentManager content

Method Details

LoadContent() public méthode

Load all XNA ContentManager content
public LoadContent ( IContentCatalogue catalogue, Microsoft.Xna.Framework.Content.ContentManager manager ) : void
catalogue IContentCatalogue
manager Microsoft.Xna.Framework.Content.ContentManager XNA content manage
Résultat void

ParticleSystem() public méthode

public ParticleSystem ( ) : System
Résultat System

ParticleSystem() public méthode

public ParticleSystem ( string particleEffectFilePath ) : System
particleEffectFilePath string
Résultat System

UnloadContent() public méthode

Unload all XNA ContentManager content
public UnloadContent ( IContentCatalogue catalogue ) : void
catalogue IContentCatalogue
Résultat void