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#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/mod.ts";

Parameters

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