Steam Lobby Member Data
Fields and Attributes
Data
public LobbyMemberData Data { get; set; }
Represents the lobby member associated with this component. Updating this property also updates the linked SteamUserData
and invokes the OnMemberUpdated
event.
On Member Updated
public LobbyMemberDataEvent onMemberUpdated;
Event that fires whenever the member data is updated, either through setting Data
or via lobby updates.
Lobby
public LobbyData Lobby { get; }
Read-only property that returns the lobby the member belongs to, derived from the Data
property.
Last updated