SpawnerLoopCondition Enum
Namespace: Stride.Particles.SpawnersAssembly: Stride.Particles.dll
public enum SpawnerLoopCondition : byte
Fields
Name | Description |
---|---|
Looping | Looping spawner will loop to the beginning of its Delay state when its Duration is over If there is no delay it's indistinguishable from LoopingNoDelay |
LoopingNoDelay | LoopingNoDelay spawner will loop to the beginning of its Active state when its Duration is over essentially skipping the Delay state after the first loop If there is no delay it's indistinguishable from Looping |
OneShot | OneShot particle spawners will not loop and will only be ative for a period of time equal to its Duration |