HasEntitlements(string[])
Checks if the current user is entitled to a list of entitlements.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.Licensing
- Assembly: UnityEditor
public static string[] HasEntitlements(string[] entitlements)
Parameters
The requested list of entitlement strings.
Returns
Type | Description |
|---|---|
| string[] | Returns a list of entitlement strings that the user is entitled to based on the requested list. |