Skip to content

Input Action Debug Functions

eisclimber edited this page Jan 18, 2024 · 1 revision

Input Action Debug Functions

class in ExPresSXR.Misc / Extends MonoBehavior
Component added via Component Menu

Description

Script invoking events when an InputAction is performed for debugging purposes.

Members

Public Properties

  • InputActionReference testInputAction1: InputAction that triggers OnTestInput1.
  • InputActionReference testInputAction2: InputAction that triggers OnTestInput2.
  • InputActionReference testInputAction3: InputAction that triggers OnTestInput3.
  • InputActionReference testInputAction4: InputAction that triggers OnTestInput4.

Public Methods

  • void PrintFunc1(): Prints Called test function 1.
  • void PrintFunc2(): Prints Called test function 2.
  • void PrintFunc3(): Prints Called test function 3.
  • void PrintFunc4(): Prints Called test function 4.

Events

  • OnTestInput1: UnityEvent triggered when testInputAction1 is performed.
  • OnTestInput1: UnityEvent triggered when testInputAction1 is performed.
  • OnTestInput1: UnityEvent triggered when testInputAction1 is performed.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally