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

x/remapper/src/mod.ts>Geometry

A framework for Beat Saber map scripting.
Go to Latest
class Geometry
Re-export
import { Geometry } from "https://deno.land/x/remapper@3.0.0/src/mod.ts";

Constructors

new
Geometry(type?: GEO_TYPE, material?: GeometryMaterial | string)

Geometry object for ease of creation and additional tools.

Properties

collision: boolean

Whether this geometry object has collision.

json: Json
material: GeometryMaterial | string

The material on this geometry object.

type: GEO_TYPE

The geometry shape type.