enableFrameTimingStats
Enable frame timing statistics.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor
public static bool enableFrameTimingStats { get; set; }
Remarks
When enabled, the player collects CPU and GPU frame timing statistics. You can access these statistics using the FrameTimingManager class.