PlayerSettings.GetMobileMTRendering

Switch to Manual

Declaration

public static bool GetMobileMTRendering(Build.NamedBuildTarget buildTarget);

Parameters

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

Returns

bool Returns true if multithreaded rendering option for build target is enabled.

Description

Check if multithreaded rendering option for mobile platform is enabled.


Obsolete Use GetMobileMTRendering(NamedBuildTarget buildTarget) instead.

Declaration

public static bool GetMobileMTRendering(BuildTargetGroup targetGroup);

Parameters

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

Description

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


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