Files
PNGTuber-Plus/addons/godot-ndi/demo/Finder.tscn
2025-07-22 09:00:28 +10:00

29 lines
911 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://dydvtidqppffs"]
[ext_resource type="Script" uid="uid://kbgdevvugj7k" path="res://addons/godot-ndi/demo/ndi_finder.gd" id="1_0rvup"]
[node name="Canvas" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="VideoStreamPlayer" type="VideoStreamPlayer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
autoplay = true
expand = true
[node name="NDIFinder" type="NDIFinder" parent="."]
script = ExtResource("1_0rvup")
[connection signal="sources_changed" from="NDIFinder" to="NDIFinder" method="_on_sources_changed"]
[connection signal="sources_found" from="NDIFinder" to="NDIFinder" method="_on_sources_found"]
[connection signal="sources_gone" from="NDIFinder" to="NDIFinder" method="_on_sources_gone"]