Interface FrameObject

Memberof

PIXI.AnimatedSprite

interface FrameObject {
    texture: Texture<Resource>;
    time: number;
}

Properties

Properties

texture: Texture<Resource>

The PIXI.Texture of the frame.

time: number

The duration of the frame, in milliseconds.

Generated using TypeDoc