Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetMobileMTRendering

BuildTargetGroup is marked for deprecation in the future. Use NamedBuildTarget instead.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor

GetMobileMTRendering(BuildTargetGroup)

BuildTargetGroup is marked for deprecation in the future. Use NamedBuildTarget instead.
Warning
Deprecated. Use GetMobileMTRendering(NamedBuildTarget buildTarget) instead
public static bool GetMobileMTRendering(BuildTargetGroup targetGroup)

Parameters

targetGroup

Mobile platform (Only iOS, tvOS and Android).

Returns

Type

Description

bool

GetMobileMTRendering(NamedBuildTarget)

Check if multithreaded rendering option for mobile platform is enabled.
public static bool GetMobileMTRendering(NamedBuildTarget buildTarget)

Parameters

buildTarget

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

Returns

Type

Description

boolReturns true if multithreaded rendering option for build target is enabled.