MCPcopy Index your code
hub / github.com/eva-engine/eva.js / StatsParams

Interface StatsParams

packages/plugin-stats/lib/StatsSystem.ts:7–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import Stats from './Stats';
6import { BaseHooks } from './hooks/BaseHooks';
7interface StatsParams {
8 show?: boolean;
9 style?: {
10 width: number;
11 height: number;
12 x: number;
13 y: number;
14 };
15}
16
17export default class StatsSystem extends System {
18 static systemName = 'Stats';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected