Godot Version
4.2.2
Question
I have a RigidBody3d node which, internally, has a MeshInstance3D child.
Now, of course, I can just click “editable children” to edit the mesh (more specifically, I’d like to override the surface material.)
However, I’d like a way to expose that property to the inspector when I click the node.
What are my options here?