Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 692 Bytes

File metadata and controls

18 lines (13 loc) · 692 Bytes

SceneBindingUtility

static class in AdvancedSceneManager.Utility

Description

Provides utility functions relating to scene bindings.

Remarks: Only available if input system is installed.

Static Methods

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.