Progress for the active view-stream scheduling generation.

interface XGFViewStreamProgress {
    generation: number;
    loaded: number;
    queued: number;
}

Properties

generation: number

Scheduling generation that produced this progress update.

loaded: number

Number of queued chunks loaded so far.

queued: number

Number of chunks queued for the generation.