ProtoFlux:Toggle

From Resonite Wiki
Toggle
*
Next
Target
Media

The Toggle node tells a IPlayable to start or stop playback upon impulse, depending on the current state.

This will start playback on impulse if it's currently stopped, and vice versa.

Inputs

* (Call)

Target (IPlayable)

The IPlayable to toggle playback on.

Outputs

Next (Continuation)

Sends an impulse after the initial call.

Examples