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

x/remapper/src/animation.ts>AnimationInternals.EnvironmentAnimation

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

Animation specifically for environment objects.

Properties

localPosition: KeyframesVec3

The position of the object relative to it's parent.

localRotation: KeyframesVec3

The rotation of the object relative to it's parent.

position: KeyframesVec3

The position of the object in world space.

rotation: KeyframesVec3

The rotation of the object in world space.

The scale of the object.