@tolokoban/tgd
Version:
ToloGameDev library for WebGL2
14 lines • 499 B
TypeScript
import { TgdAnimation } from "../../types/animation";
import { TgdContext } from "../context";
export declare class TgdManagerAnimation {
private readonly context;
private static counter;
private time;
private readonly animations;
constructor(context: TgdContext);
schedule(animation: TgdAnimation): TgdAnimation;
cancel(animation: TgdAnimation): void;
paint(time: number): boolean;
debug(caption?: string): void;
}
//# sourceMappingURL=animation-manager.d.ts.map