C# Class WaveEngine.Components.Particles.ParticleSystem2D

Particle system class.
Inheritance: Component
Datei anzeigen Open project: WaveEngine/Components Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ParticleSystem2D ( ) : System

Initializes a new instance of the ParticleSystem2D class.

ParticleSystem2D ( string name ) : System

Initializes a new instance of the ParticleSystem2D class.

Protected Methods

Method Description
DefaultValues ( ) : void

Set default values

Method Details

DefaultValues() protected method

Set default values
protected DefaultValues ( ) : void
return void

ParticleSystem2D() public method

Initializes a new instance of the ParticleSystem2D class.
public ParticleSystem2D ( ) : System
return System

ParticleSystem2D() public method

Initializes a new instance of the ParticleSystem2D class.
public ParticleSystem2D ( string name ) : System
name string name of the instance
return System