Pulse Camera: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Event | event = Pulse Camera | image = File:EditorPulseCamera.png | tablocation = VFX | eventtype = PulseCamera | versionorigin = r<code>Version</code> | shortcut = P }} '''Pulse Camera''' is an event in the '''VFX Tab''' that pulses the camera at regular intervals. == Usage == {| class="wikitable" |- ! Setting !! Type !! Description |- | Strength || Slider || Strength of the pulse (Low, Medium, High). |- | Count || Text Box (Number) || Amount of pulses. |- |...") |
mNo edit summary |
||
Line 5: | Line 5: | ||
| eventtype = PulseCamera | | eventtype = PulseCamera | ||
| versionorigin = r<code>Version</code> | | versionorigin = r<code>Version</code> | ||
| shortcut = | | shortcut = Shift+C | ||
}} | }} | ||
'''Pulse Camera''' is an event in the '''VFX Tab''' that pulses the camera at regular intervals. | '''Pulse Camera''' is an event in the '''VFX Tab''' that pulses the camera at regular intervals. | ||
Line 39: | Line 39: | ||
== History == | == History == | ||
* r38: Shortcut was changed from P to Shift+C. | |||
== Trivia == | == Trivia == | ||
{{EventNavBox}} | {{EventNavBox}} |
Revision as of 11:21, 24 June 2025
Pulse Camera | |
---|---|
Tab | VFX |
Type | PulseCamera |
Origin | rVersion |
Shortcut | Shift+C |
Pulse Camera is an event in the VFX Tab that pulses the camera at regular intervals.
Usage
Setting | Type | Description |
---|---|---|
Strength | Slider | Strength of the pulse (Low, Medium, High). |
Count | Text Box (Number) | Amount of pulses. |
Frequency | Text Box (Number) | Interval between pulses. |
Surgery
{ "bar": X, "beat": X, "y": X, "type": "PulseCamera", "rooms": [0], "strength": 1, "count": 1, "frequency": 1 }
rooms (number[])
Rooms to affect.
strength (number)
Strength of the pulse: 1-3.
count (number)
Amount of pulses.
frequency (number)
Interval between pulses.
History
- r38: Shortcut was changed from P to Shift+C.