Version: 2022.1
言語: 日本語
public static void SetMobileMTRendering (Build.NamedBuildTarget buildTarget, bool enable);
public static void SetMobileMTRendering (BuildTargetGroup targetGroup, bool enable);

パラメーター

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

説明

Enable or disable multithreaded rendering option for mobile platform.

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