Version: 2023.1
言語: 日本語
Experimental: this API is experimental and might be changed or removed in the future.

LicensingUtility

class in UnityEditor.Experimental.Licensing

マニュアルに切り替える

説明

Use the Licensing Utility class to request user permissions. User permissions are referred to as entitlements, which are simple strings, ie. "com.unity.editor.ui".

Static 関数

HasEntitlementChecks if the current user is entitled to a specific entitlement.
HasEntitlementsChecks if the current user is entitled to a list of entitlements.
HasEntitlementsExtendedRetrieves extended information about the license file and its contents, including custom data attached to individual entitlements.
InvokeLicenseUpdateCallbacksNotifies all compononents that have been registered to act upon licensing changes.
UpdateLicenseTriggers an update to all available license types found on this machine.