docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ParticleSystemSharp.TextureSheetAnimationModuleSharp

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

    Properties

    animation

    Declaration
    public ParticleSystemAnimationType animation { get; set; }
    Property Value
    Type Description
    ParticleSystemAnimationType

    cycleCount

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

    enabled

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

    fps

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

    frameOverTime

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

    frameOverTimeMultiplier

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

    mode

    Declaration
    public ParticleSystemAnimationMode mode { get; set; }
    Property Value
    Type Description
    ParticleSystemAnimationMode

    numTilesX

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

    numTilesY

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

    rowIndex

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

    rowMode

    Declaration
    public ParticleSystemAnimationRowMode rowMode { get; set; }
    Property Value
    Type Description
    ParticleSystemAnimationRowMode

    speedRange

    Declaration
    public Vector2 speedRange { get; set; }
    Property Value
    Type Description
    Vector2

    spriteCount

    Declaration
    public int spriteCount { get; }
    Property Value
    Type Description
    int

    startFrame

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

    startFrameMultiplier

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

    timeMode

    Declaration
    public ParticleSystemAnimationTimeMode timeMode { get; set; }
    Property Value
    Type Description
    ParticleSystemAnimationTimeMode

    uvChannelMask

    Declaration
    public UVChannelFlags uvChannelMask { get; set; }
    Property Value
    Type Description
    UVChannelFlags

    Methods

    AddSprite(Sprite)

    Declaration
    public void AddSprite(Sprite sprite)
    Parameters
    Type Name Description
    Sprite sprite

    GetSprite(int)

    Declaration
    public Sprite GetSprite(int index)
    Parameters
    Type Name Description
    int index
    Returns
    Type Description
    Sprite

    RemoveAllSprites()

    Declaration
    public void RemoveAllSprites()

    RemoveSprite(int)

    Declaration
    public void RemoveSprite(int index)
    Parameters
    Type Name Description
    int index

    SetSprite(int, Sprite)

    Declaration
    public void SetSprite(int index, Sprite sprite)
    Parameters
    Type Name Description
    int index
    Sprite sprite
    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)