gameforge - v0.1.12
    Preparing search index...

    Interface FrameObject

    PIXI.AnimatedSprite

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

    Properties

    Properties

    texture: Texture

    The PIXI.Texture of the frame.

    time: number

    The duration of the frame, in milliseconds.