LobbyMemberSlot
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
An abstract class used by the Party Lobby Control to represent a user slot in the UI.
Events
InviteUserRequest
A UnityEvent to be invoked when the player has indicated that they would like to invite a user to join the indicated lobby. This allows the slot to act like a button that when pressed will start the process of selecting and inviting a user to join the lobby.
RemoveUserRequest
A UnityEvent to be invoked when the player has indicated that they would like to ask the user that is represented by this slot to leave the lobby.
Fields and Attributes
Interactable
Controls rather the control is interactable or not
Methods
SetUser
Set the user this slot represents if any
GetUser
Get the user that is set to this slot if any
ClearUser
Clear the user from this slot
Last updated