Clan Profile
Like what your seeing?
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!
Introduction
Displays the icon, name and tag of a given clan
namespace HeathenEngineering.SteamworksIntegration.UI
public class ClanProfile : MonoBehaviour
Fields and Attributes
Clan
The clan to be displayed
public ClanData Clan { get; set; }
Methods
Apply
Sets the clan to be displayed
public void Apply(ClanData clan)
Last updated