AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class AnimationFrame

    Inheritance
    object
    AnimationFrame
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    [Serializable]
    public class AnimationFrame

    Constructors

    AnimationFrame(int, File<Texture2D>, float)

    Declaration
    public AnimationFrame(int frameIndex, File<Texture2D> spriteFile, float duration = 0.1)
    Parameters
    Type Name Description
    int frameIndex
    File<Texture2D> spriteFile
    float duration

    Fields

    Duration

    Declaration
    public float Duration
    Field Value
    Type Description
    float

    FrameIndex

    Declaration
    public int FrameIndex
    Field Value
    Type Description
    int

    SpriteFile

    Declaration
    public File<Texture2D> SpriteFile
    Field Value
    Type Description
    File<Texture2D>
    In this article
    Back to top Generated by DocFX