Page cover image

Input Action Glyph

Like what your seeing?

Introduction

Displays the controller button reported for this specific action

namespace HeathenEngineering.SteamworksIntegration.UI
[RequireComponent(typeof(UnityEngine.UI.RawImage))]
public class InputActionGlyph : 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 RefreshImage()

Refresh the displayed image

Last updated