Godot Version
4.4.1 Stable
Question
So I’m creating an editor plugin, and need to create a button that allows for selecting a node reference from the scene tree (same functionality as the UI for @export
references in the inspector)
Here’s a screenshot of what I want from the inspector, I’d just like to create a new instance of the class from my plugin:
Anyway, does anyone know the name of this class?
I’ve been searching the docs for like 20 minutes, and figured it’s probably easier to just ask here incase anyone knows the name off the top of their head
Thanks!