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

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

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

Constructors

new
AssignTrackParent(
json: Json,
childrenTracks: string[],
parentTrack: string,
worldPositionStays?: boolean,
)

Assign tracks to a parent track.

Properties

childrenTracks: string[]

Children tracks to assign.

parentTrack: string

Name of the parent track.

worldPositionStays: boolean

Modifies the transform of children objects to remain in the same place relative to world space.

Methods

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