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

x/remapper/src/mod.ts>Wall

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

Constructors

new
Wall(
time?,
duration?,
x?,
y?,
height?,
width?,
)

Wall object for ease of creation.

Properties

animate

The animation of this wall.

duration: number

The duration of the wall.

height: number

The height of the wall.

json: Json
life: number
lifeStart: number
scale: Vec3

The scale of the wall.

width: number

The width of the wall.

Methods

import(json: Json)

Create a wall using Json.

Apply an animation through the Animation class.

push(fake?, clone?)

Push this wall to the difficulty.