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.
public static bool GetMobileMTRendering(BuildTargetGroup targetGroup)
Parameters
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
The NamedBuildTarget. (Only iOS, tvOS and Android).
Returns
Type | Description |
|---|---|
| bool | Returns true if multithreaded rendering option for build target is enabled. |