Search Results for

    Show / Hide Table of Contents

    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

    An emitter that emits particles at a constant emission rate.

    Declaration
    public const ParticleEmitterCreateEntry.Templates ConstantBurst
    Field Value
    ParticleEmitterCreateEntry.Templates

    Empty

    An empty emitter.

    Declaration
    public const ParticleEmitterCreateEntry.Templates Empty
    Field Value
    ParticleEmitterCreateEntry.Templates

    PeriodicBurst

    An emitter that produces simple, periodic bursts of particles.

    Declaration
    public const ParticleEmitterCreateEntry.Templates PeriodicBurst
    Field Value
    ParticleEmitterCreateEntry.Templates

    RibbonSpiral

    An emitter that produces a spiral shaped ribbon.

    Declaration
    public const ParticleEmitterCreateEntry.Templates RibbonSpiral
    Field Value
    ParticleEmitterCreateEntry.Templates

    Smoke

    An emitter that uses a blended spritesheet to produce a smooth, thick cloud of smoke.

    Declaration
    public const ParticleEmitterCreateEntry.Templates Smoke
    Field Value
    ParticleEmitterCreateEntry.Templates

    Sparks

    A GPU emitter that produces sparks that can collide, thanks to depth-buffer based collisions.

    Declaration
    public const ParticleEmitterCreateEntry.Templates Sparks
    Field Value
    ParticleEmitterCreateEntry.Templates

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat