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

bool

dialog_autowrap

true (overrides AcceptDialog)

String

dialog_text

"Godot NDI requires the NDI Runtime to be installed on your system. Check the verbose logs to see which paths were tried." (overrides AcceptDialog)

String

ok_button_text

"Download NDI Runtime" (overrides AcceptDialog)

Vector2i

size

Vector2i(530, 160) (overrides Window)

String

title

"NDI Runtime not found" (overrides Window)

Methods

String

get_download_link() static

void

open_download_link() static


Method Descriptions

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


Opens the link in the default browser.


User-contributed notes

Please read the User-contributed notes policy before submitting a comment.