Help with built-in handle adornments (specifically WireframeHandleAdornment)

I’m trying to achieve a circle like the new studio rotation handles:
Screenshot 2024-03-22 230121

I’m aware there is an ArcHandles instance but it doesn’t support any customization and looks different.

I found an instance called WireframeHandleAdornment which lets you draw lines with methods like :AddLine and :AddPath but doesn’t support any kind of interaction on those lines. Also :AddText straight up doesn’t work.

How can i draw a circle that’s interactable?
What does :AddPath’s second argument (loop) do?
Should i just create parts and meshes for this or how should i go about it?

I looked everywhere on the engine reference site but it lacks any kind of description for almost everything about handles like so many other pages.

Just so if anyone is looking for this.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.