Is it possible to determine wich Handles.PositionHandle is currently focused?

Hello, is it possible to determine which Handles.PositionHandle is currently focused?

If you mean by axis. Try Making each of them an individual Handle Slider.

If you mean by overall Positionhandle do this:

  • Add GUI.SetNextControlName(“your_unique_Identifer_for_this_handle”); before calling Handle.PostionHandle(…)

Now in the function where you evaluate those Handles and try to find the right one.
check for GUI.GetNameOfFocusedControl() and do a simple switch-case