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

x/remapper/src/mod.ts>RotationEvent

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

Constructors

new
RotationEvent(
time?: number,
rotation?: number,
early?: boolean,
)

Event for rotating gameplay elements, used in 90 and 360 levels.

Properties

early: boolean

Whether this rotation effects objects that are already active.

rotation: number

The degrees of this rotation.

Methods

import(json: Json)

Create a rotation event using Json.

push(clone?)

Push this rotation event to the difficulty.