pixi-stats
Version:
WebGL stats for pixi.js or/and three.js
13 lines • 368 B
TypeScript
import { IStats } from './model';
import { PIXIHooks } from './pixi-hooks';
import { Panel } from './stats-panel';
export declare class StatsJSAdapter {
hook: PIXIHooks;
stats: IStats;
dcPanel?: Panel;
tcPanel?: Panel;
constructor(hook: PIXIHooks, stats: IStats);
update(): void;
reset(): void;
}
//# sourceMappingURL=stats-adapter.d.ts.map