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

x/remapper/src/general.ts>iterateKeyframes

A framework for Beat Saber map scripting.
Go to Latest
function iterateKeyframes
import { iterateKeyframes } from "https://deno.land/x/remapper@2.1.0/src/general.ts";

Parameters

keyframes: KeyframesLinear
fn: (values: ComplexKeyframesLinear[0], index: number) => void

Parameters

keyframes: KeyframesVec3
fn: (values: ComplexKeyframesVec3[0], index: number) => void

Parameters

keyframes: KeyframesVec4
fn: (values: ComplexKeyframesVec4[0], index: number) => void