Page cover image

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

public InputAction action;

The Steam Input Action to be displayed

Methods

Refresh Image

public void RefreshName()

Refresh the displayed name

Last updated