Class SpawnRateDescription
Spawn based by rate.
Inherited Members
Namespace: Evergine.Framework.Particles.Spawn
Assembly: Evergine.Framework.dll
Syntax
public class SpawnRateDescription : SpawnDescription
Fields
Duration
The duration of the emission in seconds. If value is 0, it doesn't stop emitting.
Declaration
public float Duration
Field Value
Type | Description |
---|---|
float |
Rate
Gets or sets the amount of particled that are spawned per second by the emitter.
Declaration
public float Rate
Field Value
Type | Description |
---|---|
float |
Properties
SpawnType
Gets the emitter shape type.
Declaration
public override EmitterSpawn SpawnType { get; }
Property Value
Type | Description |
---|---|
EmitterSpawn |