- Home /
Draw movetool gizmo in OnDrawGizmos()
I know you can easily draw simple gizmos in OnDrawGizmos() but what should I do if I want to draw the movetool gizmo(the one in the picture). What kind of code is needed, and how can I make it drag-able
Thanks in advance.
movetoolgizmo.png
(2.3 kB)
Comment
Best Answer
Answer by iwaldrop · Apr 16, 2013 at 04:06 PM
You're looking for Handles. Specifically, the Position Handle.
Your answer
Follow this Question
Related Questions
Fill a circle by values with onGUI 0 Answers
How to display a set of guiText OnGUI 0 Answers
OnGUI() Resources 1 Answer
[Solved] GUI Error? 1 Answer
Ignore Input.GetMouseButtonUp for clicks that were used on GUI elements 2 Answers