UNPKG

@phaserjs/phaser

Version:
4 lines 260 B
import { IGameObject } from '../IGameObject'; export declare const BeforeUpdateEvent: string; export declare type BeforeUpdateEventHandler = <T extends IGameObject>(delta: number, time: number, child: T) => void; //# sourceMappingURL=BeforeUpdateEvent.d.ts.map