UNPKG

@tolokoban/tgd

Version:

ToloGameDev library for WebGL2

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