Version: 2022.2
言語: 日本語
public static Rendering.RenderingThreadingMode renderingThreadingMode ;

説明

Application's actual rendering threading mode (Read Only).

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 .