@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
10 lines • 323 B
TypeScript
export class UIContext {
constructor(curve: any, size: any, margin: any);
curve: any;
margin: any;
graph: CanvasView;
frame: AABB2;
}
import { CanvasView } from "../../../../view/elements/CanvasView.js";
import AABB2 from "../../../../core/geom/2d/aabb/AABB2.js";
//# sourceMappingURL=uiContext.d.ts.map