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

x/caviar/src/entities/containers/mod.ts>Group

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Go to Latest
class Group
extends Entity
import { Group } from "https://deno.land/x/caviar@2.6.3/src/entities/containers/mod.ts";

Constructors

new
Group(
scene: Scene,
x: number,
y: number,
)

Properties

children: Array<Entity>
scene: Scene

Methods

addChild(child: Entity | Entity[])
killChild(child: Entity | Entity[])