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

x/remapper/src/animation.ts>AnimationInternals.BaseAnimation#optimize

A framework for Beat Saber map scripting.
Go to Latest
method AnimationInternals.BaseAnimation.prototype.optimize
import { AnimationInternals } from "https://deno.land/x/remapper@3.0.0/src/animation.ts";
const { BaseAnimation } = AnimationInternals;

Remove similar values to cut down on keyframe count.

Parameters

optional
property: ANIM

Optimize only a single property, or set to undefined to optimize all.

optional
settings: OptimizeSettings = [UNSUPPORTED]

Options for the optimizer. Optional.