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

x/remapper/src/custom_event.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/custom_event.ts";
const { AbstractEvent } = CustomEventInternals;

Constructors

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

Properties

animate: AnimationInternals.AbstractAnimation
childrenTracks
duration
easing
parentTrack
readonly
track
worldPositionStays

Methods

appendData(data: Record<string, any>)

Add properties to the data.

importAnimation(animation: AnimationInternals.BaseAnimation)

Apply an animation through the Animation class.