# ViewTool

> Enum for Tools.viewTool.

## Definition

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

```csharp
public enum ViewTool
```

## Fields

| Value                                                                  | Description                 |
| ---------------------------------------------------------------------- | --------------------------- |
| [FPS](/engine/6000.0/script-reference/unityeditor/viewtool/fps.md)     | The FPS tool is selected.   |
| [None](/engine/6000.0/script-reference/unityeditor/viewtool/none.md)   | View tool is not selected.  |
| [Orbit](/engine/6000.0/script-reference/unityeditor/viewtool/orbit.md) | The orbit tool is selected. |
| [Pan](/engine/6000.0/script-reference/unityeditor/viewtool/pan.md)     | The pan tool is selected.   |
| [Zoom](/engine/6000.0/script-reference/unityeditor/viewtool/zoom.md)   | The zoom tool is selected.  |
