Play And Wait
Media
PlayAndWait is a ProtoFlux node that plays the provided Target (IPlayable) when * (IAsyncOperation) is called, and then can continue with an Continuation.
Inputs
* (IAsyncOperation)
Impulse this to play the provided Target (IPlayable)
Target (IPlayable)
The IPlayable to play.
Outputs
OnStarted (AsyncCall)
An async impulse that impulses when the target starts playing.
OnPlaybackFinished (Continuation)
Sends an impulse after the target finishes playback.