Skip to main content
Module

x/caviar/mod.ts>Plugin

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Latest
class Plugin
Abstract
import { Plugin } from "https://deno.land/x/caviar@2.6.7/mod.ts";

Constructors

new
Plugin(_world: World)

Properties

author: string
description: string
name: string
version: string

Methods

onStart(): void
optional
onUpdate(): void