File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11using UnityEngine ;
22using UnityEngine . InputSystem ;
33
4- namespace InputProcessing
4+ namespace StephanHooft . InputProcessing
55{
66 /// <summary>
77 /// Class to process/store axial values such as trigger/stick positions.
Original file line number Diff line number Diff line change 11using UnityEngine ;
22using UnityEngine . InputSystem ;
33
4- namespace InputProcessing
4+ namespace StephanHooft . InputProcessing
55{
66 /// <summary>
77 /// Class to process/store binary inputs such as button presses/releases.
Original file line number Diff line number Diff line change 11using UnityEngine ;
22using UnityEngine . InputSystem ;
33
4- namespace InputProcessing
4+ namespace StephanHooft . InputProcessing
55{
66 /// <summary>
77 /// Class to process/store twin (x,y) <see cref="Axis"/> values such as those of a control stick.
You can’t perform that action at this time.
0 commit comments