Change EditorInspector's selected node

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Siandfrance

Hello,
I am working on an editor similar to the AnimationTree’s editor and I would like to know how to (if possible) change the EditorInspector’s selected node from GDscript (without changing the EditorSelection).



And when we click on “Anim1”:

Thank you.