Methods
List of methods available in the Profile Manager class
Query Profile List
Trigger a query for available profiles.
void QueryProfileList();Get Current
Get the profile currently loaded to a headset
void GetCurrent(string headsetId)Create
Create a new profile
void Create(string profileName);Delete
Delete a profile
Rename
Rename a profile
Load
Load profile to a headset
Unload
Unload a profile from headset
Save
Save the potentially modified contents of the profile currenlt loaded to this headset, necessary to save training progress.
Load Guest
Load a guest profile to a headset
Last updated