Version: 2022.2
언어: 한국어

PlayerSettings.SetMobileMTRendering

매뉴얼로 전환
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.