import { World } from "https://deno.land/x/caviar@2.6.9/web/mod.ts";
Properties
currentScene: Scene
Methods
_draw(): void
_mouseDown(e: any): void
_mouseMotion(e: any): void
loadPlugin(name: string, plugin: any): void
setFPS(fps: number): void
setScene(scene: number | string): void
setup(): void
start(): Promise<void>
updateProgramLifeCycle(): void
usePlugin(name: string): any