# Sandbox.UI.RootPanel.RenderedManually

```csharp
bool RenderedManually { get; set; }
```

If set to true this panel won't be rendered to the screen like a normal panel.
This is true when the panel is drawn via other means (like as a world panel).

Declared in [Sandbox.UI.RootPanel](/api/Sandbox.UI.RootPanel).
Assembly: `Sandbox.Engine`.
