GetBuildTargetName(BuildTarget)
Given a BuildTarget will return the well known string representation for the build target platform.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static string GetBuildTargetName(BuildTarget targetPlatform)
Parameters
An instance of the BuildTarget enum.
Returns
Type | Description |
|---|---|
| string | Target platform name represented by the passed in BuildTarget. |