Class ParticleEmitterCreateEntry.Templates
Types of the emitter templates that can be created.
Inheritance
System.Object
ParticleEmitterCreateEntry.Templates
Namespace: FlaxEditor.Content.Create
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class Templates : Enum
Fields
ConstantBurst
The simple particle system that uses constant emission rate.
Declaration
public const ParticleEmitterCreateEntry.Templates ConstantBurst
Field Value
ParticleEmitterCreateEntry.Templates
|
Empty
The empty asset.
Declaration
public const ParticleEmitterCreateEntry.Templates Empty
Field Value
ParticleEmitterCreateEntry.Templates
|
PeriodicBurst
The simple periodic burst particle system.
Declaration
public const ParticleEmitterCreateEntry.Templates PeriodicBurst
Field Value
ParticleEmitterCreateEntry.Templates
|
RibbonSpiral
The ribbon spiral particles.
Declaration
public const ParticleEmitterCreateEntry.Templates RibbonSpiral
Field Value
ParticleEmitterCreateEntry.Templates
|
Smoke
The layers and tags settings.
Declaration
public const ParticleEmitterCreateEntry.Templates Smoke
Field Value
ParticleEmitterCreateEntry.Templates
|
Sparks
The GPU sparks with depth-buffer collisions.
Declaration
public const ParticleEmitterCreateEntry.Templates Sparks
Field Value
ParticleEmitterCreateEntry.Templates
|
value__
Declaration
public int value__
Field Value
System.Int32
|