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

x/remapper/src/wall.ts>debugWall

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

Optimizer for the animation.