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

x/remapper/src/mod.ts>ModelScene#addPrimaryGroups

A framework for Beat Saber map scripting.
Go to Latest
method ModelScene.prototype.addPrimaryGroups
import { ModelScene } from "https://deno.land/x/remapper@3.0.0/src/mod.ts";

Assign a track in input ModelObjects to spawn and pool new objects.

Parameters

track: string | string[]

Track to check for.

Object to spawn.

optional
scale: Vec3

The scale multiplier for the spawned object previously mentioned.

optional
anchor: Vec3

The anchor offset for the spawned object previously mentioned.

optional
rotation: Vec3

The rotation offset for the spawned object previously mentioned.