Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/remapper/src/mod.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@2.1.0/src/mod.ts";
const { BaseAnimation } = AnimationInternals;

Get a property's animations.

Parameters

property: ANIM
optional
time: number

Option to get the values of a property at a certain time. Does not account for splines. Time can be in length of animation or between 0 and 1 if negative.