Move Room: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Event | event = Move Room | image = File:EditorMoveRoom.png | tablocation = Rooms | eventtype = MoveRoom | versionorigin = r<code>Version</code> | shortcut = M }} '''Move Room''' is an event in the '''Rooms Tab''' that allows the editing of a room's position, scale, angle, and pivot. == Usage == {| class="wikitable" |+ Properties |- ! Setting !! Type !! Description |- | Position || Text Boxes (Numbers) || Position X and Y of the room. |- | Scale || Text Boxes (...") |
mNo edit summary |
||
Line 8: | Line 8: | ||
}} | }} | ||
'''Move Room''' is an event in the '''Rooms Tab''' that allows the editing of a room's position, scale, angle, and pivot. | '''Move Room''' is an event in the '''Rooms Tab''' that allows the editing of a room's position, scale, angle, and pivot. | ||
<!----> | |||
== Usage == | == Usage == | ||
Latest revision as of 11:11, 24 June 2025
Move Room | |
---|---|
Tab | Rooms |
Type | MoveRoom |
Origin | rVersion |
Shortcut | M |
Move Room is an event in the Rooms Tab that allows the editing of a room's position, scale, angle, and pivot.
Usage
Setting | Type | Description |
---|---|---|
Position | Text Boxes (Numbers) | Position X and Y of the room. |
Scale | Text Boxes (Numbers) | Scale X and Y of the room. |
Angle | Text Box (Number) | Angle of the room in degrees. |
Pivot | Text Boxes (Numbers) | Pivot X and Y of the room relative to its bottom-left corner at 0 rotation. |
Animation Duration | Text Box (Number) | Duration of the transition in beats. |
Ease | Dropdown (Enum) | Easing. |
Surgery
{ "bar": X, "beat": X, "y": X, "type": "MoveRoom", "roomPosition": [50, 50], "scale": [100, 100], "angle": 0, "pivot": [50, 50], "duration": 1, "ease": "Linear" }
roomPosition (number[])
Position, X and Y (2-length array), of the room in percentage.
scale (number[])
Scale, X and Y (2-length array), of the room in percentage.
angle (number)
Angle of the room in degrees.
pivot (number[])
Pivot, X and Y (2-length array), of the room in percentage.
duration (number)
Duration of the transition in beats.
ease (enum)
Easing.