Steam Lobby Members Slot UI

Fields and Attributes
Invite Button
public Button inviteButton;
A button that, when pressed, begins the lobby invite process.
Remove Button
public Button removeButton;
A button that, when pressed, removes (or requests removal of) the user occupying this slot.
Owner Pip
public GameObject ownerPip;
An icon shown when the user in this slot is the owner of the lobby.
Ready Pip
public GameObject readyPip;
An icon shown when the user in this slot has marked themselves as ready.
Waiting Pip
public GameObject waitingPip;
An icon shown when the user in this slot has not marked themselves as ready.
Last updated