interface in AdvancedSceneManager.Models.Interfaces
Provides access to ASM settings.
Remarks:
May not be available in [InitializeOnLoad] and similar, use SceneManager.OnInitialized or Callbacks.OnLoadAttribute to ensure you're not calling too early.
| Member | Description |
|---|---|
Profile profile |
The current ASM profile. |
ASMSettings project |
The project-wide ASM settings. |
ASMUserSettings user |
The user specific ASM settings, not synced to source control. |