Version: 2022.1
言語: 日本語
public static void SetArchitecture (Build.NamedBuildTarget buildTarget, int architecture);
public static void SetArchitecture (BuildTargetGroup targetGroup, int architecture);

パラメーター

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

説明

Sets the architecture for the given build target.

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