Class SpawnDescription
Class that controls spawn particle creation.
Inheritance
SpawnDescription
Namespace: Evergine.Framework.Particles.Spawn
Assembly: Evergine.Framework.dll
Syntax
public abstract class SpawnDescription
Properties
SpawnType
Gets the emitter shape type.
Declaration
public abstract EmitterSpawn SpawnType { get; }
Property Value
Type | Description |
---|---|
EmitterSpawn |
Methods
CreateFromType(EmitterSpawn)
Gets a spawn description by its type.
Declaration
public static SpawnDescription CreateFromType(EmitterSpawn spawnType)
Parameters
Type | Name | Description |
---|---|---|
EmitterSpawn | spawnType | The type of the spawn. |
Returns
Type | Description |
---|---|
SpawnDescription | The spawn description. |