pixi.js
    Preparing search index...

    Interface FrameObjectAdvanced

    A reference to a frame in an AnimatedSprite

    interface FrameObject {
        texture: Texture;
        time: number;
    }
    Index

    Properties

    Properties

    texture: Texture

    The Texture of the frame.

    time: number

    The duration of the frame, in milliseconds.