Relative Content

Tag Archive for c#godotgodot4

godot GDEXTENSION export var with Node3D type

I have problems exporting a variable with a Node3D type to the engine.
I’m just learning C++ for godot and in the C++ guide there is a section with exporting variables
enter image description here
I’m trying to export Node3D so it looks something like this
enter image description here
but when I try to do this in C++, I get a lot of errors