Method GetBuildTarget
GetBuildTarget(Platform)
Retrieve the corresponding BuildTarget of this Platform.
Declaration
public static BuildTarget GetBuildTarget(this Platform platform)
Parameters
| Type | Name | Description |
|---|---|---|
| Platform | platform |
Returns
| Type | Description |
|---|---|
| BuildTarget | The corresponding BuildTarget if found, throws otherwise. |