# enableLowLatencyPresentationAPI

> Enables and disables the low latency presentation API.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

> **Warning:**
>
> **Removed.** PlayerSettings.enableLowLatencyPresentationAPI is deprecated. It is now always enabled.

```csharp
public static bool enableLowLatencyPresentationAPI { get; set; }
```
