GetTargetDeviceFamily(WSATargetFamily)
Checks if your project targets the specified device family.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static bool GetTargetDeviceFamily(PlayerSettings.WSATargetFamily family)
Parameters
Device Family type to check.
Returns
Type | Description |
|---|---|
| bool | Returns true if the project targets the device family. Otherwise, returns false. |
Remarks
In the Editor, Unity displays this as a list of checkboxes under Supported Device Families in UWP Player Settings. If you do not indicate that your Universal Windows Platform application supports any device family type, it defaults to the Windows.Universal family. Important: Unity writes these settings to the package manifest when it builds Universal Windows Platform for the first time. Building into an existing Universal Windows Platform build folder does not update the package manifest and does not apply any changes.