Version: 2022.1

SystemInfo.renderingThreadingMode

切换到手册
public static Rendering.RenderingThreadingMode renderingThreadingMode ;

描述

应用程序实际渲染线程模式(只读)。

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 .