HasCapability(string)
Checks whether the current process has a given capability.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.MPE
- Assembly: UnityEditor.CoreModule
public static bool HasCapability(string capName)
Parameters
The capability name.
Returns
Type | Description |
|---|---|
| bool | True if the process has the capability. False otherwise. |