renderingThreadingMode
Application's actual rendering threading mode (Read Only).
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static RenderingThreadingMode renderingThreadingMode { get; }
Remarks
Rendering threading mode is decided during the Unity application startup, according to the combination of Player Settings PlayerSettings.MTRendering, PlayerSettings.graphicsJobs and PlayerSettings.graphicsJobMode, as well as according to the target platform capabilities.
A comparison of different rendering threading modes can be found in tutorial page Multithreaded Rendering & Graphics Jobs .