m fix types |
Tag: Undo |
(One intermediate revision by the same user not shown) | |
(No difference)
|
Latest revision as of 21:31, 4 May 2024
Play
Media
Play is a ProtoFlux node that plays the provided Target (IPlayable) when * (Call) is called. Play doesn't change the current Position Output, it essentially sets Is Playing Output to true.
Inputs
* (Call)
Impulse this to play the provided Target (IPlayable)
Target (IPlayable)
The IPlayable to play.
Outputs
Next (Continuation)
Sends an impulse after * (Call) was called and it successfully started playing.
Examples
-
A simple setup that allows control of the playback of an audio clip utilizing this node along with some others.