# GetGizmoInfo()

> Get GizmoInfo for all components with gizmos or icons in the project.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public static GizmoInfo[] GetGizmoInfo()
```

### Returns

| Type                                                                      | Description                                                                                                                   |
| ------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| [GizmoInfo\[\]](/engine/6000.0/script-reference/unityeditor/gizmoinfo.md) | A collection of [GizmoInfo](/engine/6000.0/script-reference/unityeditor/gizmoinfo.md) for all component types in the project. |
