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

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

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

Get a property's animations.

Parameters

property: ANIM

The property to get.

optional
time: number

Option to get the values of a property at a certain time. Time can be in length of animation or between 0 and 1 if negative. Can be left undefined.