Search Results for

    Show / Hide Table of Contents

    Class SpawnDescription

    Class that controls the spawn particle creation.

    Inheritance
    object
    SpawnDescription
    SpawnBurstDescription
    SpawnDistanceDescription
    SpawnRateDescription
    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 from 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.

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX