GetCapability(WSACapability)
Checks if the your project sets the specified UWP Capability.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static bool GetCapability(PlayerSettings.WSACapability capability)
Parameters
UWP Capability type to check.
Returns
Type | Description |
|---|---|
| bool | Returns true if your project sets the specified capability. Otherwise, returns false. |
Remarks
In the Editor, Unity displays this as a list of checkboxes under Capabilities in UWP Player Settings. 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.