GetAvailableProfileIds()
Returns an enumeration of all of avaliable profile IDs.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.ShortcutManagement
- Assembly: UnityEditor.CoreModule
IEnumerable<string> GetAvailableProfileIds()
Returns
Type | Description |
|---|---|
| IEnumerable<string> | Enumerable of available profile IDs. |
Remarks
Profiles loaded from disk or created using IShortcutManager.CreateProfile are available unless deleted with IShortcutManager.DeleteProfile. Note that the returned enumeration always includes the default profile ID ShortcutManager.defaultProfileId.