-
Notifications
You must be signed in to change notification settings - Fork 0
Icon
Jon McCreadie edited this page Oct 26, 2024
·
3 revisions
From unity docs:
Draw an icon at a position in the Scene view.
Place the image file in the Assets/Gizmos folder.
DrawIcon can be used to allow important objects in your game to be selected quickly.
| Type | Property |
Result |
|---|---|---|
| string | File Path String |
The name of the file to be used as a gizmo, that's inside the Assets/Gizmos folder |
| bool | Allow Scaling |
if true, gizmo will be affected by the 3D Icons scale slider in the Gizmos Menu. |