I have a quad in the 3d environment. Now I'd like to be able to click on that quad like it's a button. In Unity I'd attach a script and do a OnMouseDown()
What's the Godot way?
I'm new to Godot and still learning the terminology. Hard to look things up when you don't know what they're called ;)