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

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

A framework for Beat Saber map scripting.
Go to Latest
class EventInternals.RingZoomEvent
import { EventInternals } from "https://deno.land/x/remapper@3.0.0/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.