interface in AdvancedSceneManager.DependencyInjection
Manages the current profile.
| Member |
Description |
Profile current |
_No documentation available._ |
Profile defaultProfile |
_No documentation available._ |
Profile forceProfile |
_No documentation available._ |
| Member |
Description |
event Action onProfileChanged |
Occurs when SceneManager.profile changes. |
| Member |
Description |
Profile Create(string name) |
Creates a new profile, with default scenes and collections. |
Profile CreateEmpty(string name, bool useDefaultSpecialScenes) |
Creates a new empty profile. |
void Delete(Profile profile) |
Deletes the specified profile. |
void Duplicate(Profile profile) |
Duplicate the specified profile. |
void SetProfile(Profile profile, bool updateBuildSettings) |
Sets the profile to be used by ASM. |