docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ParticleSystemSharp.EmissionModuleSharp

    Inheritance
    object
    ParticleSystemSharp.EmissionModuleSharp
    Namespace: Tuanjie.Infinity
    Assembly: solution.dll
    Syntax
    public class ParticleSystemSharp.EmissionModuleSharp

    Properties

    burstCount

    Declaration
    public int burstCount { get; set; }
    Property Value
    Type Description
    int

    enabled

    Declaration
    public bool enabled { get; set; }
    Property Value
    Type Description
    bool

    rateOverDistance

    Declaration
    public ParticleSystemSharp.SharpMinMaxCurve rateOverDistance { get; set; }
    Property Value
    Type Description
    ParticleSystemSharp.SharpMinMaxCurve

    rateOverDistanceMultiplier

    Declaration
    public float rateOverDistanceMultiplier { get; set; }
    Property Value
    Type Description
    float

    rateOverTime

    Declaration
    public ParticleSystemSharp.SharpMinMaxCurve rateOverTime { get; set; }
    Property Value
    Type Description
    ParticleSystemSharp.SharpMinMaxCurve

    rateOverTimeMultiplier

    Declaration
    public float rateOverTimeMultiplier { get; set; }
    Property Value
    Type Description
    float

    Methods

    GetBurst(int)

    Declaration
    public ParticleSystemSharp.Burst GetBurst(int index)
    Parameters
    Type Name Description
    int index
    Returns
    Type Description
    ParticleSystemSharp.Burst

    GetBursts(Burst[])

    Declaration
    public int GetBursts(ParticleSystemSharp.Burst[] bursts)
    Parameters
    Type Name Description
    Burst[] bursts
    Returns
    Type Description
    int

    SetBurst(int, Burst)

    Declaration
    public void SetBurst(int index, ParticleSystemSharp.Burst burst)
    Parameters
    Type Name Description
    int index
    ParticleSystemSharp.Burst burst

    SetBursts(Burst[])

    Declaration
    public void SetBursts(ParticleSystemSharp.Burst[] bursts)
    Parameters
    Type Name Description
    Burst[] bursts

    SetBursts(Burst[], int)

    Declaration
    public void SetBursts(ParticleSystemSharp.Burst[] bursts, int size)
    Parameters
    Type Name Description
    Burst[] bursts
    int size
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)