Data for ParticleEmitter, usually created and saved in the Editor.
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Content ContentData
DeltaEngine.Rendering3D.Particles ParticleEmitterData
Namespace: DeltaEngine.Rendering3D.Particles
Assembly: DeltaEngine.Rendering3D.Particles (in DeltaEngine.Rendering3D.Particles.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The ParticleEmitterData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ParticleEmitterData | Initializes a new instance of the ParticleEmitterData class | |
ParticleEmitterData(String) | Initializes a new instance of the ParticleEmitterData class |
Methods
Name | Description | |
---|---|---|
CopyFrom | ||
CreateDefault | (Inherited from ContentData.) | |
Dispose | (Inherited from ContentData.) | |
DisposeData | (Overrides ContentData DisposeData .) | |
InternalCreateDefault | (Inherited from ContentData.) | |
LoadData | (Overrides ContentData LoadData(Stream).) | |
LoadFromFile | ||
ReadRangeOfVectors | ||
ToString | (Inherited from ContentData.) |
Fields
Name | Description | |
---|---|---|
ContentChanged | (Inherited from ContentData.) |
Properties
Name | Description | |
---|---|---|
Acceleration | ||
AllowCreationIfContentNotFound | (Inherited from ContentData.) | |
BillboardMode | ||
Color | ||
DoParticlesTrackEmitter | ||
IsDisposed | (Inherited from ContentData.) | |
LifeTime | ||
MaximumNumberOfParticles | ||
MetaData | (Inherited from ContentData.) | |
Name | (Inherited from ContentData.) | |
ParticleMaterial | ||
ParticlesPerSpawn | ||
PositionType | ||
RotationSpeed | ||
Size | ||
SpawnInterval | ||
StartPosition | ||
StartRotation | ||
StartVelocity |
See Also