Table of Contents

Interface GameControls.IUIActions

Namespace
ProjectL.InputActions
Assembly
Assembly-CSharp.dll

Interface to implement callback methods for all input action callbacks associated with input actions defined by "UI" which allows adding and removing callbacks.

public interface GameControls.IUIActions

Methods

OnResumeGame(CallbackContext)

Method invoked when associated input action "ResumeGame" is either UnityEngine.InputSystem.InputAction.started, UnityEngine.InputSystem.InputAction.performed or UnityEngine.InputSystem.InputAction.canceled.

void OnResumeGame(InputAction.CallbackContext context)

Parameters

context InputAction.CallbackContext
See Also
started
performed
canceled

See Also