Hilo3d API - v2.0.0-alpha.3
    Preparing search index...

    Interface SpriteFramesUpdateOptions

    interface SpriteFramesUpdateOptions {
        autoPlay?: boolean;
        currentFrame?: number;
        resize?: boolean;
    }

    Hierarchy (View Summary)

    Index
    autoPlay?: boolean

    Start playback after replacement. Defaults to false.

    currentFrame?: number

    Frame to display after replacement. Defaults to zero.

    resize?: boolean

    Resize the logical Sprite bounds to the new frame. Defaults to false.