static class in AdvancedSceneManager.Utility
Provides utility functions relating to scene bindings.
Remarks: Only available if input system is installed.
| Member | Description |
|---|---|
IEnumerable<(SceneCollection, Scene, InputBinding)> GetBindings() |
Gets all bindings in the project. |
bool IsDuplicate(InputButton binding) |
Gets if the binding is assigned to multiple scenes / collections. |
bool WasOpenedByBinding(SceneCollection collection) |
Gets if collection was opened by a binding. |
bool WasOpenedByBinding(Scene scene) |
Gets if the scene was opened by a binding. |