Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


renderingThreadingMode

Application's actual rendering threading mode (Read Only).
Read time 1 minuteLast updated 2 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.