Plays back the entire buffer.
- A negative value on Speed plays in reverse (no clamping)
Loop repeats
Retrigger returns to the end that matches the playback direction (the start when playing forward, the end when playing in reverse)
Video
Input ports
| Port ID | Type |
Buffer | FrameBufferInput |
Speed | float |
Play | bool |
Loop | bool |
Retrigger | trigger |
Output ports
| Port ID | Type |
Out | RenderTexture |
Scriptable members
| Path | Type |
speed | float |
play | bool |
loop | bool |
currentSpeed | float |
currentPlaying | bool |
currentLoopEnabled | bool |
Synapse Apps (scripting)
await synapse.modules.create({ type: "BufferPlayer" })