inputactiondebugfunctions - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.Misc
Inherits from UnityEngine.MonoBehaviour
Debug utility for working with input actions.
public class InputActionDebugFunctions : MonoBehaviour| Name | Description |
|---|---|
| OnTestInput1 | Event invoked when performing TestInputAction1. |
| OnTestInput2 | Event invoked when performing TestInputAction2. |
| OnTestInput3 | Event invoked when performing TestInputAction3. |
| OnTestInput4 | Event invoked when performing TestInputAction4. |
| TestInputAction1 | Input action invoking the first event. |
| TestInputAction2 | Input action invoking the second event. |
| TestInputAction3 | Input action invoking the third event. |
| TestInputAction4 | Input action invoking the fourth event. |
| Name | Description |
|---|---|
| PrintFunc1() | Debug function 1. |
| PrintFunc2() | Debug function 2. |
| PrintFunc3() | Debug function 3. |
| PrintFunc4() | Debug function 4. |