PerformanceBottleneck
The performance bottleneck enum describes what is currently limiting the system.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.AdaptivePerformance
- Assembly: UnityEngine.AdaptivePerformanceModule
public enum PerformanceBottleneck
Fields
Value | Description |
|---|---|
| CPU | Framerate is limited by CPU processing. |
| GPU | Framerate is limited by GPU processing. |
| TargetFrameRate | Framerate is limited by |
| Unknown | Framerate bottleneck is unknown. |