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