NDIRuntimeDialog
Inherits: ConfirmationDialog
Displays a dialog if the NDI Runtime is missing
Description
It is strongly recommended to add this to your scene or implement an alternative. Otherwise an error in the console is the only indication that the NDI Runtime is missing.
Automatically added in the editor by EditorPluginNDI.
Properties
|
dialog_autowrap |
|
|
dialog_text |
|
|
ok_button_text |
|
|
size |
|
|
title |
|
Methods
|
get_download_link() static |
void |
open_download_link() static |
Method Descriptions
String get_download_link() static 🔗
The link to download the NDI Runtime. Differs depending on OS.
Windows: http://ndi.link/NDIRedistV6
Linux: https://github.com/DistroAV/DistroAV/wiki/1.-Installation#linux
MacOS: http://ndi.link/NDIRedistV6Apple
void open_download_link() static 🔗
Opens the link in the default browser.