Is Media Playing
Last updated
Last updated
The Is Media Playing Node returns a Boolean value, depending on whether the inputted Media is playing or not. Media in Incari is either a Video or an Audio.
Scope: Scene, Function, Prefab.
Pulse Input (►)
Pulse
A standard Input Pulse, to trigger the execution of the Node.
Object ID
ObjectID
The ID of the Media Object to be checked.
Pulse Output (►)
Pulse
A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution.
Is Playing
Bool
Returns true if the Media is playing, false if not.