Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HasEntitlement(string)

Checks if the current user is entitled to a specific entitlement.
Read time 1 minuteLast updated 11 days ago

Definition

public static bool HasEntitlement(string entitlement)

Parameters

entitlement

The requested entitlement string.

Returns

Type

Description

boolReturns true if the user is entitled to the entitlement string. Returns false otherwise.