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

x/remapper/src/mod.ts>LightRotation

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

Properties

addedBeat: number

The beat this event happens, added to the rotation event box's time.

direction: ROTDIR

The direction of the rotation.

ease: ROTEASE

The easing of the rotation.

json: Json

The Json of this light rotation.

loops: number

The amount of additional 360 degree loops.

rotation: number

The degrees of the rotation.

transition: ROTTRANS

The transition type between this rotation event and the previous.

Methods

import(json: Json)

Create a light rotation using Json.

Push this light rotation to a light rotation box group.