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

x/remapper/src/model.ts>ModelScene#pushGroup

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

Parameters

key: string | undefined
optional
object: GroupObjectTypes
optional
scale: Vec3
optional
anchor: Vec3
optional
rotation: Vec3
optional
changeGroup: (group: ModelGroup) => void