# Sandbox.UI.ScenePanel.RenderOnce

```csharp
bool RenderOnce { get; set; }
```

If enabled, the scene will only render once. That isn't totally accurate though, because we'll
also re-render the scene when the size of the panel changes.

Declared in [Sandbox.UI.ScenePanel](/api/Sandbox.UI.ScenePanel).
Assembly: `Sandbox.Engine`.
