Is Media Playing

Overview

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.

Inputs

InputTypeDescription

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.

Outputs

OutputTypeDescription

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.

See Also

Last updated