Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Input Action Name

Like what your seeing?

Introduction

Displays the controller button reported for this specific action

namespace HeathenEngineering.SteamworksIntegration.UI
[RequireComponent(typeof(TMPro.TextMeshProUGUI))]
public class InputActionName : MonoBehaviour

Fields and Attributes

Set

public InputActionSet set;

The Steam Input Action Set the action is a member of

Layer

public InputActionSetLayer layer;

The Steam Input Action Set Layer the action is a member of

Action

The Steam Input Action to be displayed

Methods

Refresh Image

Refresh the displayed name

Last updated