SiliconGhetto Engine API
    Preparing search index...

    Interface GameCallbacks

    Callbacks for the main game loop, passed to sg.run().

    interface GameCallbacks {
        update?: (sg?: any) => void;
        draw?: (sg?: any) => void;
    }
    Index

    Properties

    Properties

    update?: (sg?: any) => void
    draw?: (sg?: any) => void