Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/caviar/src/scenes/Scene.ts>Scene

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Go to Latest
class Scene
import { Scene } from "https://deno.land/x/caviar@2.3.0/src/scenes/Scene.ts";

Constructors

new
Scene(world: World)

Properties

private
_resources: Promise<Resource>[]
entities: Array<Entity>
readonly
mouseX
readonly
mouseY
resources: Resource[]