MCPcopy
hub / github.com/bberak/react-native-game-engine / TimeUpdate

Interface TimeUpdate

react-native-game-engine.d.ts:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 export function DefaultTouchProcessor (touchProcessorOptions?: TouchProcessorOptions): any;
24
25 export interface TimeUpdate {
26 current: number;
27 delta: number;
28 previous: number;
29 previousDelta: number;
30 }
31
32 export interface GameEngineUpdateEventOptionType {
33 dispatch: (event: any) => void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected