Class UILobbiesMenu
- Namespace
- PlayEveryWare.EpicOnlineServices.Samples
public class UILobbiesMenu : SampleMenuWithFriends
- Inheritance
-
UILobbiesMenu
- Inherited Members
Fields
AddMemberAttributeButton
public Button AddMemberAttributeButton
Field Value
- Button
AllowInvitesVal
public Toggle AllowInvitesVal
Field Value
- Toggle
AntiCheatEnabledVal
public Toggle AntiCheatEnabledVal
Field Value
- Toggle
BucketIdVal
public UIConsoleInputField BucketIdVal
Field Value
CreateLobbyButton
public Button CreateLobbyButton
Field Value
- Button
CurrentLobbyPanel
public GameObject CurrentLobbyPanel
Field Value
- GameObject
InviteFromVal
public Text InviteFromVal
Field Value
- Text
InviteLevelVal
public Text InviteLevelVal
Field Value
- Text
InvitePresence
public Toggle InvitePresence
Field Value
- Toggle
LeaveLobbyButton
public Button LeaveLobbyButton
Field Value
- Button
LevelVal
public Dropdown LevelVal
Field Value
- Dropdown
LobbyIdVal
public Text LobbyIdVal
Field Value
- Text
LobbySearchUI
public GameObject LobbySearchUI
Field Value
- GameObject
MaxPlayersVal
public Dropdown MaxPlayersVal
Field Value
- Dropdown
MemberContentParent
public GameObject MemberContentParent
Field Value
- GameObject
ModifyLobbyButton
public Button ModifyLobbyButton
Field Value
- Button
OwnerIdVal
public Text OwnerIdVal
Field Value
- Text
PermissionVal
public Dropdown PermissionVal
Field Value
- Dropdown
PresenceEnabledVal
public Toggle PresenceEnabledVal
Field Value
- Toggle
RTCVoiceRoomEnabledVal
public Toggle RTCVoiceRoomEnabledVal
Field Value
- Toggle
SearchByBucketIdBox
public UIConsoleInputField SearchByBucketIdBox
Field Value
SearchByLevelBox
public UIConsoleInputField SearchByLevelBox
Field Value
SearchByLobbyIdBox
public UIConsoleInputField SearchByLobbyIdBox
Field Value
SearchContentParent
public GameObject SearchContentParent
Field Value
- GameObject
UIInvitePanel
public GameObject UIInvitePanel
Field Value
- GameObject
UILobbyEntryPrefab
public GameObject UILobbyEntryPrefab
Field Value
- GameObject
UIMemberEntryPrefab
public GameObject UIMemberEntryPrefab
Field Value
- GameObject
Methods
AcceptInviteButtonOnClick()
public void AcceptInviteButtonOnClick()
AddMemberAttributeOnClick()
public void AddMemberAttributeOnClick()
CreateNewLobbyButtonOnClick()
public void CreateNewLobbyButtonOnClick()
DeclineInviteButtonOnClick()
public void DeclineInviteButtonOnClick()
EnablePressToTalkToggleOnClick(ProductUserId)
public void EnablePressToTalkToggleOnClick(ProductUserId productUserId)
Parameters
productUserId
ProductUserId
GetFriendInteractButtonText()
public override string GetFriendInteractButtonText()
Returns
GetFriendInteractionState(FriendData)
public override SampleMenuWithFriends.FriendInteractionState GetFriendInteractionState(FriendData friendData)
Parameters
friendData
FriendData
Returns
Hide()
Hides the SampleMenu. If overriding, make sure to call this base implementation first.
public override void Hide()
IsCurrentLobbyValid()
public bool IsCurrentLobbyValid()
Returns
JoinButtonOnClick(Lobby, LobbyDetails)
public void JoinButtonOnClick(Lobby lobbyRef, LobbyDetails lobbyDetailsRef)
Parameters
lobbyRef
LobbylobbyDetailsRef
LobbyDetails
KickButtonOnClick(ProductUserId)
public void KickButtonOnClick(ProductUserId productUserId)
Parameters
productUserId
ProductUserId
LeaveLobbyButtonOnClick()
public void LeaveLobbyButtonOnClick()
LobbyInviteButtonOnClick(EpicAccountId)
public void LobbyInviteButtonOnClick(EpicAccountId userId)
Parameters
userId
EpicAccountId
ModifyLobbyButtonOnClick()
public void ModifyLobbyButtonOnClick()
MuteButtonOnClick(ProductUserId)
public void MuteButtonOnClick(ProductUserId productUserId)
Parameters
productUserId
ProductUserId
OnDestroy()
When overriding, call this base implementation first.
protected override void OnDestroy()
OnEnable()
When overriding, call this base implementation first.
protected override void OnEnable()
OnFriendInteractButtonClicked(FriendData)
public override void OnFriendInteractButtonClicked(FriendData friendData)
Parameters
friendData
FriendData
PromoteButtonOnClick(ProductUserId)
public void PromoteButtonOnClick(ProductUserId productUserId)
Parameters
productUserId
ProductUserId
SearchByBucketAttributeEndEdit(string)
public void SearchByBucketAttributeEndEdit(string searchAttributeValue)
Parameters
searchAttributeValue
string
SearchByLevelAttributeEndEdit(string)
public void SearchByLevelAttributeEndEdit(string searchAttributeValue)
Parameters
searchAttributeValue
string
SearchByLobbyIdEndEdit(string)
public void SearchByLobbyIdEndEdit(string searchString)
Parameters
searchString
string
Show()
Shows the SampleMenu. If overriding, make sure to call this base implementation first.
public override void Show()
ToggleDeafenSelf()
public void ToggleDeafenSelf()
UIUpateSearchResults(Result)
public void UIUpateSearchResults(Result result)
Parameters
result
Result
Update()
When overriding, call this base implementation first.
protected override void Update()