7 lines
93 B
GDScript
7 lines
93 B
GDScript
extends Node
|
|
|
|
|
|
func _ready() -> void:
|
|
#$GDVAPIVideoStream.begin("udp://0.0.0.0:5000")
|
|
pass
|