Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/remapper/src/mod.ts>debugWall

A framework for Beat Saber map scripting.
Go to Latest
function debugWall
import { debugWall } from "https://deno.land/x/remapper@3.0.0/src/mod.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; }

All of the transformations for the wall.

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]