mirror of
https://github.com/litruv/PNGTuber-Plus.git
synced 2026-07-26 03:26:01 +10:00
NDI Working
This commit is contained in:
28
addons/godot-ndi/demo/Finder.tscn
Normal file
28
addons/godot-ndi/demo/Finder.tscn
Normal file
@@ -0,0 +1,28 @@
|
||||
[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"]
|
||||
Reference in New Issue
Block a user