- Home /
Where can I find the Icon-Names for Gizmos.DrawIcon()?
Hey Community,
I want to draw Gizmos on many (empty) GameObjects. I've tried Gizmos.DrawSphere(), but the spheres arent clickable and Icons look nicer. But I need the name of the Icon when I use Gizmos.DrawIcon(). Where can I find the name of the icons (I don't want to make my own icons, I just want the one I can select in the Inspector)
Thanks in advance, Sebastian
Answer by VectorCurve · Jul 29, 2019 at 03:23 PM
This is an old question, but the following site has a list of all of the default icon names. Just pass the listed string to the DrawIcon method and you should be good to go.
Your answer
Follow this Question
Related Questions
What is the best way to use the Handles class to create custom gizmos. 1 Answer
Is it possible to draw gizmos when an object is selected, but not when the parent is selected? 2 Answers
Change gizmo and Handles.Label layering 0 Answers
Rotating Bezier curves. 0 Answers
Gizmos Faded/Disappearing 0 Answers