Version: 2022.2
언어: 한국어
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.