I can't find a structure representing a file in Godot to use in the editor
I want to add a property to my Node
something like:
Код: Выделить всё
[GlobalClass]
public partial class MyObj : Node2D
{
[Export] public File myFile;
...
Источник: https://stackoverflow.com/questions/781 ... r-in-godot
Мобильная версия