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

x/remapper/src/general.ts>debugWall

A framework for Beat Saber map scripting.
Go to Latest
function debugWall
import { debugWall } from "https://deno.land/x/remapper@2.1.0/src/general.ts";

Create a wall for debugging. Position, rotation, and scale are in world space and can be animations.

Parameters

transform: { pos?: RawKeyframesVec3; rot?: RawKeyframesVec3; scale?: RawKeyframesVec3; }
optional
animStart: number

When animation starts.

optional
animDur: number

How long animation lasts for.

optional
animFreq: number

Frequency of keyframes in animation.

optional
animOptimizer = [UNSUPPORTED]