HasEntitlement(string)
Checks if the current user is entitled to a specific entitlement.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Experimental.Licensing
- Assembly: UnityEditor.CoreModule
public static bool HasEntitlement(string entitlement)
Parameters
The requested entitlement string.
Returns
Type | Description |
|---|---|
| bool | Returns true if the user is entitled to the entitlement string. Returns false otherwise. |