Move Camera

Revision as of 09:26, 10 February 2025 by Azabiphetamine (talk | contribs) (Created page with "{{Event | event = Move Camera | image = File:EditorMoveCamera.png | tablocation = VFX | eventtype = MoveCamera | versionorigin = r<code>Version</code> | shortcut = C }} '''Move Camera''' is an event in the '''VFX tab''' used to change the camera's position, zoom, and angle. == Usage == {| class="wikitable" |+ Properties |- ! Setting !! Type !! Description |- | Position || Text Boxes (Numbers) || Position X and Y of the camera. |- | Zoom || Text Box (Number) || Zo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Move Camera
Screenshot of the Event Icon Move Camera
TabVFX
TypeMoveCamera
OriginrVersion
ShortcutC

Move Camera is an event in the VFX tab used to change the camera's position, zoom, and angle.

Usage

Properties
Setting Type Description
Position Text Boxes (Numbers) Position X and Y of the camera.
Zoom Text Box (Number) Zoom of the camera.
Angle Text Box (Number) Angle of the camera in degrees.
Duration Text Box (Number) Duration of the transition in beats.
Ease Dropdown (Enum) Easing.

Surgery

{ "bar": X, "beat": X, "type": "MoveCamera", "rooms": [0], "cameraPosition": [50, 50], "zoom": 100, "angle": 0, "duration": 1, "ease": "Linear" }

rooms (integer[])
Rooms. 0-3, or on top [4].

cameraPosition (number[])
Position, X and Y (2-length array), of the camera in percentage.

zoom (number)
Zoom of the camera in percentage.

angle (number)
Angle of the decoration in degrees.

duration (number)
Duration of the transition in beats.

ease (enum)
Easing.

History

Trivia