GetSubtarget<T>()
The subtarget that the build was created for.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Build.Reporting
- Assembly: UnityEditor
public T GetSubtarget<T>() where T : Enum
Returns
Type | Description |
|---|---|
| T | Returns the subtarget value. |
Remarks
Valid values for type T are StandaloneBuildSubtarget, PS4BuildSubtarget and XboxBuildSubtarget