SetMobileMTRendering
Enable or disable multithreaded rendering option for mobile platform.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
SetMobileMTRendering(BuildTargetGroup, bool)
Enable or disable multithreaded rendering option for mobile platform.
public static void SetMobileMTRendering(BuildTargetGroup targetGroup, bool enable)
Parameters
Remarks
BuildTargetGroup is marked for deprecation in the future. Use NamedBuildTarget instead.
SetMobileMTRendering(NamedBuildTarget, bool)
Enable or disable multithreaded rendering option for mobile platform.
public static void SetMobileMTRendering(NamedBuildTarget buildTarget, bool enable)
Parameters
Remarks
BuildTargetGroup is marked for deprecation in the future. Use NamedBuildTarget instead.