IsProfileReadOnly(string)
Is the profile for the given profile ID read-only?
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.ShortcutManagement
- Assembly: UnityEditor.CoreModule
bool IsProfileReadOnly(string profileId)
Parameters
ID of profile to determine read-only status for.
Returns
Type | Description |
|---|---|
| bool | |
Remarks
Profiles that are read-only cannot be modified, e.g. IShortcutManager.RebindShortcut requires that IShortcutManager.activeProfileId does not reference a read-only profile. Use this method to ensure that methods that require the active profile ID to not be read-only won't throw .
ArgumentException