Version: 2021.2
言語: 日本語
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.