Set User Id Input Field
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!
Displays the ID of a friend in an input field
namespace HeathenEngineering.SteamworksIntegration.UIpublic class ClanProfile : MonoBehaviourShould the ID be displayed as a Hex value
public bool AsHex { get; set; }What user is currently applied
public UserData UserData { get; set; }Applies a user to be displayed
Last updated
public void Apply(UserData user)