Version: 2021.2

PlayerSettings.SetMobileMTRendering

切换到手册
public static void SetMobileMTRendering (Build.NamedBuildTarget buildTarget, bool enable);
public static void SetMobileMTRendering (BuildTargetGroup targetGroup, bool enable);

参数

targetGroup 移动平台(仅适用于 iOS、tvOS 和 Android)。
buildTarget The NamedBuildTarget (Only iOS, tvOS and Android).

描述

启用或禁用移动平台的多线程渲染选项。

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