Version: 2022.1

PlayerSettings.GetMobileMTRendering

切换到手册
public static bool GetMobileMTRendering (Build.NamedBuildTarget buildTarget);

参数

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

返回

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

描述

检查是否已启用移动平台的多线程渲染选项。


public static bool GetMobileMTRendering (BuildTargetGroup targetGroup);

参数

targetGroup 移动平台(仅适用于 iOS、tvOS 和 Android)。

描述

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