BuildPipeline.GetBuildTargetName

public static string GetBuildTargetName(BuildTarget targetPlatform);

Parameters

targetPlatform An instance of the BuildTarget enum.

Returns

string Target platform name represented by the passed in BuildTarget.

Description

Given a BuildTarget will return the well known string representation for the build target platform.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答