Get Media
Last updated
Last updated
The Get Media Node returns the Media Asset of a Media Object. This would either be a Video or Audio Asset.
Scope: Scene, Function, Prefab.
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
| ObjectID | The ID of the Media Object which will have its Media Asset returned. |
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. |
| MediaID | The returned ID of the Media Asset that is set to the Media Object. |