C# Class WaveEngine.Components.Particles.ParticleSystem3D

Inheritance: Component
Exibir arquivo Open project: WaveEngine/Components Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ParticleSystem3D ( ) : System

Initializes a new instance of the ParticleSystem3D class.

Protected Methods

Method Description
DefaultValues ( ) : void

Set default values

Method Details

DefaultValues() protected method

Set default values
protected DefaultValues ( ) : void
return void

ParticleSystem3D() public method

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