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

x/remapper/src/mod.ts>CustomEventInternals.AbstractEvent

A framework for Beat Saber map scripting.
Go to Latest
class CustomEventInternals.AbstractEvent
extends BaseEvent
import { CustomEventInternals } from "https://deno.land/x/remapper@2.1.0/src/mod.ts";
const { AbstractEvent } = CustomEventInternals;

Constructors

new
AbstractEvent(json: Record<string, any>)

Properties

childrenTracks
duration
easing
parentTrack
readonly
track
worldPositionStays

Methods

appendData(data: Record<string, any>)

Add properties to the data.

Apply an animation through the Animation class.