Steam Lobby Members

Fields and Attributes

Show Self

public bool showSelf;

Determines whether the local user's display is shown in the member list. If false, the local user is skipped.

Template

public SteamLobbyMemberData template;

The GameObject template that will be instantiated for each member joining the lobby.

Content

public Transform content;

The parent container where member templates are spawned or removed as members join or leave.

Events

On Member Joined

public LobbyMemberDataEvent onMemberJoined;

Fires whenever a new member joins the lobby. Provides the LobbyMemberData of the joining member.

On Member Left

public UserLeaveEvent onMemberLeft;

Fires whenever a member leaves the lobby. Provides UserLobbyLeaveData with information about the departing member.

Last updated