# Sandbox.UI.RootPanel.RenderStatistics.RenderCount

```csharp
long RenderCount { get; set; }
```

Number of completed executions of this root's command list over its lifetime.
Includes manual, world-panel and offscreen rendering. Rebuilding commands does not increment this.

Declared in [Sandbox.UI.RootPanel.RenderStatistics](/api/Sandbox.UI.RootPanel.RenderStatistics).
Assembly: `Sandbox.Engine`.
