docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ParticleSystemSharp.CustomDataModuleSharp

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

    Properties

    enabled

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

    Methods

    GetColor(ParticleSystemCustomData)

    Declaration
    public ParticleSystemSharp.SharpMinMaxGradient GetColor(ParticleSystemCustomData stream)
    Parameters
    Type Name Description
    ParticleSystemCustomData stream
    Returns
    Type Description
    ParticleSystemSharp.SharpMinMaxGradient

    GetMode(ParticleSystemCustomData)

    Declaration
    public ParticleSystemCustomDataMode GetMode(ParticleSystemCustomData stream)
    Parameters
    Type Name Description
    ParticleSystemCustomData stream
    Returns
    Type Description
    ParticleSystemCustomDataMode

    GetVector(ParticleSystemCustomData, int)

    Declaration
    public ParticleSystemSharp.SharpMinMaxCurve GetVector(ParticleSystemCustomData stream, int component)
    Parameters
    Type Name Description
    ParticleSystemCustomData stream
    int component
    Returns
    Type Description
    ParticleSystemSharp.SharpMinMaxCurve

    GetVectorComponentCount(ParticleSystemCustomData)

    Declaration
    public int GetVectorComponentCount(ParticleSystemCustomData stream)
    Parameters
    Type Name Description
    ParticleSystemCustomData stream
    Returns
    Type Description
    int

    SetColor(ParticleSystemCustomData, SharpMinMaxGradient)

    Declaration
    public void SetColor(ParticleSystemCustomData stream, ParticleSystemSharp.SharpMinMaxGradient gradient)
    Parameters
    Type Name Description
    ParticleSystemCustomData stream
    ParticleSystemSharp.SharpMinMaxGradient gradient

    SetMode(ParticleSystemCustomData, ParticleSystemCustomDataMode)

    Declaration
    public void SetMode(ParticleSystemCustomData stream, ParticleSystemCustomDataMode mode)
    Parameters
    Type Name Description
    ParticleSystemCustomData stream
    ParticleSystemCustomDataMode mode

    SetVector(ParticleSystemCustomData, int, SharpMinMaxCurve)

    Declaration
    public void SetVector(ParticleSystemCustomData stream, int component, ParticleSystemSharp.SharpMinMaxCurve curve)
    Parameters
    Type Name Description
    ParticleSystemCustomData stream
    int component
    ParticleSystemSharp.SharpMinMaxCurve curve

    SetVectorComponentCount(ParticleSystemCustomData, int)

    Declaration
    public void SetVectorComponentCount(ParticleSystemCustomData stream, int count)
    Parameters
    Type Name Description
    ParticleSystemCustomData stream
    int count
    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)