Click or drag to resize

LobbyManager Fields

The GameLiftManagerLobbyManager type exposes the following members.

Fields
  NameDescription
Private fieldStatic memberDEFAULT_UDP_PORT
The default UDP port number to receive messages on
Private fieldm_AndroidOrOSXUDPListeningPort
The UDP listening port number for Android devices
Private fieldm_AvailableScenes
The scenes available to host
Private fieldm_AvailableSessionsScreen
The available sessions screen
Private fieldm_BackButton
The back button used to go to the previous lobby screen
Private fieldm_ChatHistoryText
The chat history
Private fieldm_ChatInputField
The chat input field
Private fieldm_ConnectionStatusText
The connection status
Private fieldm_CurrentUIScreen
The current UI screen being disabled
Public fieldm_ErrorText
Error text displayed to the user when an error occurs
Private fieldm_FindButton
The find button
Private fieldm_GameSessionId
The game session id used for connecting to that game session
Private fieldm_HostButton
The host button
Private fieldm_HostOrFindSessionScreen
The host or find session screen
Private fieldm_InitializingConnection
Flag indicating whether or not we have initialized connecting to GameLift - used to stop the auto connect coroutine
Private fieldm_JoinMatchButton
The join match button
Private fieldm_LobbyScreen
The lobby screen
Private fieldm_LoginButton
The login button
Private fieldm_LoginScreen
The login screen
Private fieldm_MatchFoundButtonPosition
The position of the found match buttons
Private fieldm_MatchNameText
The match name
Private fieldm_PlayerCountText
The player count
Private fieldm_PlayerListText
The player list
Private fieldm_PreHostScreen
The Pre-host screen
Private fieldm_ReadyButton
The ready button
Private fieldm_RefreshAvailableSessionsButton
Refresh available sessions button
Private fieldm_RoomNameInputField
The room name input field
Private fieldm_SendChatButton
The send chat button
Private fieldm_SessionsAvailableHolder
The available session holder
Private fieldm_StartedAutoConnect
Used to prevent the auto connect coroutine from being activated more than once
Private fieldm_StartHostingButton
The start hosting button
Private fieldm_TryAutoConnectAgain
Helps regulate when auto connect gets called - prevents multiple from happening at the same time
Private fieldm_UsernameInputField
The username input field
Private fieldm_UsernameText
The name of the user
Private fieldm_WaitingForNextSceneScreen
The waiting for next scene screen
Top
See Also