Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetAvailableProfileIds()

Returns an enumeration of all of avaliable profile IDs.
Read time 1 minuteLast updated 12 days ago

Definition

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.