Is Video Playing
Last updated
Last updated
Is Video Playing is a video Node returning a Boolean value, depending on whether the selected video is playing or not.
Scope: Scene, Function, Prefab.
Attribute | Type | Description |
---|---|---|
| ObjectID | The target Object. |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| ObjectID | The ID of the target Object. |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |
| Bool | Returns true if the video is playing, false if not. |