UNPKG

@tolokoban/tgd

Version:

ToloGameDev library for WebGL2

9 lines 337 B
import { TgdAnimation } from "../../types/animation"; export declare class TgdManagerAnimation { private static counter; private readonly animations; schedule(animation: TgdAnimation): TgdAnimation; cancel(animation: TgdAnimation): void; paint(time: number): boolean; } //# sourceMappingURL=animation-manager.d.ts.map