Page cover

Clan List

Like what your seeing?

Introduction

Displays a list of the clans the user sees e.g. is a member of or otherwise has a relationship with.

namespace HeathenEngineering.SteamworksIntegration.UI
public class ClanList : MonoBehaviour

Fields and Attributes

Filter

Can only be set in the editor, Scopes the list to specific clans

[SerializeField]
private Filter filter = Filter.Any;

Valid options include

  • Any

  • Official Groups

  • Public Groups

  • Non-official Groups

  • Private Groups

  • Followed

Content

Can only be set in the editor, The root where new records will be spawned when found

Record Template

Can only be set in the editor, The template to be cloned for each entry found

Active Filter

Updates the filter value

Methods

Clear

Clears the list of records being managed

Update Display

Updates the displayed list of records

Match Filter

Returns true if the Clan priovided matches the filter value

Last updated