Class InputActionVisualizer
A component for debugging purposes that adds an on-screen display which shows activity on an input action over time (Interaction) or an action's current value (Value).
Namespace: UnityEngine.InputSystem.Samples
Syntax
public class InputActionVisualizer : InputVisualizer
Properties
action
The action that is being visualized. May be null.
Declaration
public InputAction action { get; }
Property Value
Type | Description |
---|---|
InputAction |
Methods
FixedUpdate()
Declaration
protected void FixedUpdate()
OnDisable()
Declaration
protected void OnDisable()
OnEnable()
Declaration
protected void OnEnable()
OnGUI()
Declaration
protected void OnGUI()
Update()
Declaration
protected void Update()