Input Action Name
Last updated

Support us as a GitHub Sponsor and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our GitHub Sponsors ... become a sponsor today!
The Input action name simplifies display of a simple single input string for a given action. This tool sets the first string name mapped to this action to the attached label.
This object has a TMPro and UGUI variant.
using HeathenEngineering.SteamworksIntegration;public class TMProInputActionName : MonoBehaviouror
public class UGUIInputActionName : MonoBehaviourlayer
The layer the action is a member of.
Set this value or Set value but not both.
Refreshes the name mapped to this action. This is automatically called on Start and OnEnable but can be manually refreshed as needed.
Last updated
public void RefreshName();