Version: 2022.1
LanguageEnglish
  • C#

GizmoInfo

class in UnityEditor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

GizmoInfo contains information about the Scene View gizmo and icon for a component type.

See GizmoUtility for an example.

Properties

gizmoEnabledToggle gizmo visibility in the Scene View for components of this type.
hasGizmoDefines whether a component type renders any gizmos in the Scene View.
hasIconDefines whether a component type renders an icon in the Scene View.
iconEnabledToggle icon visibility in the Scene View for components of this type.
nameThe display name for the type represented by this GizmoInfo.
scriptThe MonoBehaviour script asset corresponding to the component type represented by this GizmoInfo.
thumbA preview image for the component type.

Public Methods

CompareToReturns an integer value comparing the name property of two GizmoInfo types.