Triangle.js Docs
    Preparing search index...

    Interface IncomingGarbage

    interface IncomingGarbage {
        amount: number;
        cid: number;
        confirmed: boolean;
        frame: number;
        gameid: number;
        size: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    amount: number
    cid: number
    confirmed: boolean
    frame: number
    gameid: number
    size: number