InputEscapeManager
Input Escape Manager
Manages a stack of actions (input escape entries) that can be executed or popped when an escape event occurs. It allows for managing user input related to escape actions effectively.
Used frequently by UI Framework.
Public Methods
Push
Pop
Pop
PopWithoutExecute
EscapeActionBase
Utility function to easily push/pop to InputEscapeManager. Stores guid for the action it pushes.
Push on OnEnable.
PopWithoutExecute on OnDisable.
Public Method
Escape pops the action from InputEscapeManager by executing it.
Example
Loads PauseMenu escape input performed
Last updated