Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/caviar/web/src/Plugin.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.9/web/src/Plugin.ts";

Constructors

new
Plugin(_world: World)

Properties

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

Methods

onStart(): void
optional
onUpdate(): void