Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/remapper/src/basicEvent.ts>EventInternals.RingZoomEvent

A framework for Beat Saber map scripting.
Latest
class EventInternals.RingZoomEvent
import { EventInternals } from "https://deno.land/x/remapper@3.1.2/src/basicEvent.ts";
const { RingZoomEvent } = EventInternals;

Constructors

new
RingZoomEvent(
json: Json,
step?: number,
speed?: number,
)

Controls ring zoom.

Properties

speed: number

The speed of the zoom.

step: number

The position offset between each ring.

Methods

Remove the subclass of the event, giving access to all properties, but can allow for invalid data.