# current

> The tool that is currently selected for the Scene View.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static Tool current { get; set; }
```

### Remarks

This refers to the View, Move, Rotate and Scale tools available in the toolbar for the main editor window.

Additional Resources: [Tools.viewTool](/engine/6000.6/script-reference/unityeditor/tools/viewtool.md), [ToolManager.SetActiveTool](/engine/6000.6/script-reference/unityeditor/editortools/toolmanager/setactivetool.md), [ToolManager.activeToolType](/engine/6000.6/script-reference/unityeditor/editortools/toolmanager/activetooltype.md).
