# Editor.ToolRender

Renders basic stuff for tool views

- Kind: class
- Namespace: `Editor`
- Assembly: `Sandbox.Tools`
- Modifiers: static, abstract, sealed

## Properties

- [`IsActiveView`](/api/Editor.ToolRender/IsActiveView)

## Methods

- [`Draw2DCircle`](/api/Editor.ToolRender/Draw2DCircle)
- [`Draw2DCross`](/api/Editor.ToolRender/Draw2DCross)
- [`Draw2DRectangleFilled`](/api/Editor.ToolRender/Draw2DRectangleFilled)
- [`Draw2DRectangleOutlined`](/api/Editor.ToolRender/Draw2DRectangleOutlined)
- [`Draw2DRectangleTextured`](/api/Editor.ToolRender/Draw2DRectangleTextured)
- [`DrawBox`](/api/Editor.ToolRender/DrawBox)
- [`DrawLine`](/api/Editor.ToolRender/DrawLine)
- [`DrawScreenText`](/api/Editor.ToolRender/DrawScreenText)
- [`DrawWorldSpaceText`](/api/Editor.ToolRender/DrawWorldSpaceText)
