Search Results for

    Show / Hide Table of Contents

    Class SpawnDistanceDescription

    Spawns based on distance.

    Inheritance
    object
    SpawnDescription
    SpawnDistanceDescription
    Inherited Members
    SpawnDescription.CreateFromType(EmitterSpawn)
    Namespace: Evergine.Framework.Particles.Spawn
    Assembly: Evergine.Framework.dll
    Syntax
    public class SpawnDistanceDescription : SpawnDescription

    Fields

    DistanceRate

    Gets or sets the number of particles that are spawned per unit of distance traveled by the emitter.

    Declaration
    public float DistanceRate
    Field Value
    Type Description
    float

    Duration

    The duration of the emission in seconds. If the value is 0, it doesn't stop emitting.

    Declaration
    public float Duration
    Field Value
    Type Description
    float

    Properties

    SpawnType

    Gets the emitter shape type.

    Declaration
    public override EmitterSpawn SpawnType { get; }
    Property Value
    Type Description
    EmitterSpawn
    Overrides
    SpawnDescription.SpawnType

    Extension Methods

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