Version: 2021.3
언어: 한국어

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.

설명

Check if multithreaded rendering option for mobile platform is enabled.


public static bool GetMobileMTRendering (BuildTargetGroup targetGroup);

파라미터

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

설명

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