Type alias UpdateCallbackOptions

UpdateCallbackOptions: {
    assets: AssetStore;
    dt: number;
    input: InputState;
    sfx: Sound;
}

Type declaration

Generated using TypeDoc