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

x/remapper/src/event.ts>LightRotationBoxGroup

A framework for Beat Saber map scripting.
Go to Latest
class LightRotationBoxGroup
extends EventBoxGroup
import { LightRotationBoxGroup } from "https://deno.land/x/remapper@3.0.0/src/event.ts";

Properties

axis: AXIS

The axis of rotation.

events: LightRotation[]

Rotation events in this group.

flipped: boolean

Whether the rotation should be flipped.

json: Json
rotationDistribution: number

Parameter for the rotation distribution type.

rotationDistributionFirst: boolean

Determines if the rotation distribution effects the first event in the lane.

rotationDistributionType: DISTTYPE

How the rotation of the lights take effect over time.

Methods

Push this light rotation box group to a light rotation box.