Class InventoryInputManager
Inheritance
Object
Component
Behaviour
MonoBehaviour
InventoryInputManager
Assembly: WeaverCore.dll
public sealed class InventoryInputManager : MonoBehaviour
Events
|
Edit this page
View Source
Called when the cancel input was pressed
Declaration
public event Action OnCancelEvent
Event Type
|
Edit this page
View Source
Called when the down input was pressed
Declaration
public event Action OnDownEvent
Event Type
|
Edit this page
View Source
Called when the left input was pressed
Declaration
public event Action OnLeftEvent
Event Type
|
Edit this page
View Source
Called when the right input was pressed
Declaration
public event Action OnRightEvent
Event Type
|
Edit this page
View Source
Declaration
public event Action OnRsDownEvent
Event Type
|
Edit this page
View Source
Declaration
public event Action OnRsUpEvent
Event Type
|
Edit this page
View Source
Called when the select input was pressed
Declaration
public event Action OnSelectEvent
Event Type
|
Edit this page
View Source
Called when the up input was pressed
Declaration
public event Action OnUpEvent
Event Type
Extension Methods