# Editor.PanelWindow.AlwaysFullFrameRate

```csharp
bool AlwaysFullFrameRate { get; set; }
```

Keep drawing at the display's frame rate even when nobody is looking at this window.
Idle windows are paced right down - set this for one with something moving in it that
has to keep moving, like a video or a live preview.

Declared in [Editor.PanelWindow](/api/Editor.PanelWindow).
Assembly: `Sandbox.Tools`.
