@moxijs/core - v0.3.4
    Preparing search index...

    Interface SequenceInfo

    Sequence information for an animation

    interface SequenceInfo {
        animationSpeed: number;
        frames: number[];
    }
    Index

    Properties

    animationSpeed: number

    Speed of animation (frames per ms)

    frames: number[]

    Array of frame indices from the texture atlas