Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
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.
Tutorials
Properties
|
dialog_autowrap |
|
|
dialog_text |
|
|
ok_button_text |
|
|
size |
|
|
title |
|
Methods
|
get_download_link() static |
|
is_runtime_loaded() 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
bool is_runtime_loaded() static 🔗
Returns false if the NDI Runtime was unable to be loaded, in which case all runtime-dependent Nodes of this extension will be replaced with MissingNode.
Warning: Access of properties or methods on these Nodes needs to be guarded against the case that they are missing.
void open_download_link() static 🔗
Opens the link in the default browser.