Godot Version
Godot v4
Question
I’ve noticed that the word completion of VS is incomplete, and I’ve found this line in “Node3D” class : [EditorBrowsable(EditorBrowsableState.Never)]
I understand that it includes some restriction on the word completion, but I cannot figure out why it had been added here.
Does anybody know why?