Table of Contents

Namespace ProjectL.InputActions

Classes

GameControls

Provides programmatic access to UnityEngine.InputSystem.InputActionAsset, UnityEngine.InputSystem.InputActionMap, UnityEngine.InputSystem.InputAction and UnityEngine.InputSystem.InputControlScheme instances defined in asset "Assets/InputActions/GameControls.inputactions".

Structs

GameControls.GameplayActions

Provides access to input actions defined in input action map "Gameplay".

GameControls.UIActions

Provides access to input actions defined in input action map "UI".

Interfaces

GameControls.IGameplayActions

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

GameControls.IUIActions

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