Page cover image

Set User Id Input Field

Like what your seeing?

Introduction

Displays the ID of a friend in an input field

namespace HeathenEngineering.SteamworksIntegration.UI
public class ClanProfile : MonoBehaviour

Fields and Attributes

As Hex

Should the ID be displayed as a Hex value

public bool AsHex { get; set; }

User Data

What user is currently applied

public UserData UserData { get; set; }

Methods

Apply

Applies a user to be displayed

public void Apply(UserData user)

Last updated