PlayerSettings.SetMobileMTRendering

Switch to Manual

Declaration

public static void SetMobileMTRendering(Build.NamedBuildTarget buildTarget, bool enable);
Obsolete Use SetMobileMTRendering(NamedBuildTarget buildTarget, bool enable) instead.

Declaration

public static void SetMobileMTRendering(BuildTargetGroup targetGroup, bool enable);

Parameters

targetGroup Mobile platform (Only iOS, tvOS and Android).
buildTarget The NamedBuildTarget (Only iOS, tvOS and Android).

Description

Enable or disable multithreaded rendering option for mobile platform.

BuildTargetGroup is marked for deprecation in the future. Use NamedBuildTarget instead.


Did you find this page useful? Please give it a rating: