ParticleEmitter ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  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

public class ParticleEmitter : DrawableEntity, 
	Updateable

The ParticleEmitter type exposes the following members.

Constructors

  NameDescription
Public methodParticleEmitter
Initializes a new instance of the ParticleEmitter class
Top
Methods

  NameDescription
Public methodAdd T  (Inherited from DrawableEntity.)
Public methodAddTag (Inherited from Entity.)
Public methodClearTags (Inherited from Entity.)
Public methodContains T  (Inherited from Entity.)
Public methodContainsBehavior T  (Inherited from Entity.)
Public methodContainsTag (Inherited from Entity.)
Protected methodDeactivate (Inherited from Entity.)
Public methodDispose (Inherited from Entity.)
Public methodDisposeAfterSeconds
Public methodGet T  (Inherited from DrawableEntity.)
Protected methodGetActiveBehaviors (Inherited from Entity.)
Protected methodGetComponentsForSaving (Inherited from Entity.)
Protected methodGetDrawBehaviors (Inherited from DrawableEntity.)
Public methodGetInterpolatedArray T  (Inherited from DrawableEntity.)
Public methodGetInterpolatedList T  (Inherited from DrawableEntity.)
Public methodGetOrDefault T  (Inherited from Entity.)
Protected methodGetParticleSpawnPosition
Protected methodGetSpawnPositionBox
Protected methodGetSpawnPositionLine
Protected methodGetSpawnPositionPoint
Protected methodGetSpawnPositionSphere
Protected methodGetSpawnPositionSphereBorder
Public methodGetTags (Inherited from Entity.)
Protected methodNextUpdateStarted (Inherited from DrawableEntity.)
Public methodOnDraw T  (Inherited from DrawableEntity.)
Public methodRemove T  (Inherited from Entity.)
Public methodRemoveTag (Inherited from Entity.)
Public methodSet (Inherited from DrawableEntity.)
Public methodSetComponents (Inherited from Entity.)
Public methodSetWithoutInterpolation T  (Inherited from DrawableEntity.)
Public methodSpawn
Public methodSpawnAndDispose
Public methodSpawnAtRelativePosition
Public methodSpawnAtRelativePositionAndRotation
Public methodStart T  (Inherited from Entity.)
Public methodStop T  (Inherited from Entity.)
Public methodToggleVisibility (Inherited from DrawableEntity.)
Public methodToString (Inherited from Entity.)
Public methodUpdate
Protected methodVerifyNumberOfParticlesDoesNotExceedMaximumAllowed
Top
Fields

  NameDescription
Protected fieldcomponents (Inherited from Entity.)
Protected fieldlastTickLerpComponents
Each element can either be a Lerp, a Lerp List or an array of Lerp objects. View code on GitHub
(Inherited from DrawableEntity.)
Public fieldStatic memberMaxParticles
Public fieldparticles
Top
Properties

  NameDescription
Public propertyElapsedSinceLastSpawn
Public propertyEmitterData
Public propertyIsActive (Inherited from DrawableEntity.)
Public propertyIsPauseable (Inherited from Entity.)
Public propertyIsVisible (Inherited from DrawableEntity.)
Public propertyNumberOfActiveParticles
Public propertyNumberOfComponents (Inherited from Entity.)
Public propertyPosition
Public propertyRenderLayer (Inherited from DrawableEntity.)
Public propertyRotation
Public propertyUpdatePriority (Inherited from Entity.)
Top
See Also