Skip to content

inputactiondebugfunctions

eisclimber edited this page Apr 4, 2026 · 1 revision

InputActionDebugFunctions

Class in ExPresSXR.Misc

Inherits from UnityEngine.MonoBehaviour

Summary

Debug utility for working with input actions.

public class InputActionDebugFunctions : MonoBehaviour

Fields

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.

Methods

Name Description
PrintFunc1() Debug function 1.
PrintFunc2() Debug function 2.
PrintFunc3() Debug function 3.
PrintFunc4() Debug function 4.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally