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

x/remapper/src/constants.ts>GEO_TYPE

A framework for Beat Saber map scripting.
Go to Latest
type alias GEO_TYPE
import { type GEO_TYPE } from "https://deno.land/x/remapper@3.0.0/src/constants.ts";

Geometry shape types.

definition:
| "Sphere"
| "Capsule"
| "Cylinder"
| "Cube"
| "Plane"
| "Quad"
| "Triangle"