Inheritance Hierarchy
DeltaEngine.Entities Entity
DeltaEngine.Entities DrawableEntity
DeltaEngine.Rendering3D.Particles ParticleEmitter
Namespace: DeltaEngine.Rendering3D.Particles
Assembly: DeltaEngine.Rendering3D.Particles (in DeltaEngine.Rendering3D.Particles.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The ParticleEmitter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ParticleEmitter | Initializes a new instance of the ParticleEmitter class |
Methods
Fields
Name | Description | |
---|---|---|
components | (Inherited from Entity.) | |
lastTickLerpComponents |
Each element can either be a Lerp, a Lerp List or an array of Lerp objects.
View code on GitHub (Inherited from DrawableEntity.) | |
MaxParticles | ||
particles |
Properties
Name | Description | |
---|---|---|
ElapsedSinceLastSpawn | ||
EmitterData | ||
IsActive | (Inherited from DrawableEntity.) | |
IsPauseable | (Inherited from Entity.) | |
IsVisible | (Inherited from DrawableEntity.) | |
NumberOfActiveParticles | ||
NumberOfComponents | (Inherited from Entity.) | |
Position | ||
RenderLayer | (Inherited from DrawableEntity.) | |
Rotation | ||
UpdatePriority | (Inherited from Entity.) |
See Also