Version: 2022.1
言語: 日本語
public static int GetArchitecture (Build.NamedBuildTarget buildTarget);

パラメーター

buildTarget The NamedBuildTarget.

戻り値

int An integer value associated with the architecture of the build target. 0 - None, 1 - ARM64, 2 - Universal.

説明

Gets the architecture for the given build target.


public static int GetArchitecture (BuildTargetGroup targetGroup);

説明

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