Hnaldes.DoPositionHandle only one arrow

I am making some editor scripts, and working with manipulator handles for an object.

What’s the best way to ONLY render arrows for specific axis when using “Handles.DoPositionHandle?”

I have constrained an objects movement to an axis (by keeping the other axis variables constant), but want to reflect this in my manipulator handles. Is there a way to render this, AND have a handle? I did look at “ArrowHandleCap” but this didn’t capture the position the user move aid handle.

PositionHandle is a handle for the whole position. You looked at the wrong method. What you want is a simple Slider. The PositionHandle actually is a combination of several seperate handles into one. Here is the code that uses 3 sliders (in a loop) for the 3 axis.