My Project
Loading...
Searching...
No Matches
Classes | Public Types | Public Member Functions | Public Attributes | Static Public Attributes | Properties | List of all members
Lobby Class Reference
Inheritance diagram for Lobby:
Teal.MonoSingleton< Lobby >

Classes

class  LobbyData
 
class  PlayerData
 
class  VoteData
 
struct  VoteDataCustom
 

Public Types

enum  StartupType { None = 0 , Greet , Lobby }
 

Public Member Functions

void Master_FirstShow ()
 
int GetPlayingHumansCount ()
 
int GetPlayingCount ()
 
void NoLobbyOnNextMatch ()
 
void SetupClicked ()
 
void OnChangeTeamClicked ()
 
void OnRemovePlayerClicked ()
 
void OnPlayerProfileClicked ()
 
void OnVoteKickClicked ()
 
void AddBlueBot ()
 
void AddRedBot ()
 
void OnDifficultyChanged ()
 

Public Attributes

float AnimateSpeed = 1.5f
 
GameObject main
 
Transform mainPanel
 
Image panelImage
 
Button setupButton
 
Text setupButtonLabel
 
Image backdrop
 
RectTransform playerPanel
 
ScrollableList rulesList
 
ScrollableList levelsList
 
ScrollableList modifiersList
 
ScrollableList redList
 
ScrollableList blueList
 
ScrollableList kickList
 
GameObject levelsObject
 
GameObject modifiersObject
 
Color votedColor
 
Color blinkColor
 
Text statusText
 
Text statusText2
 
Text statusText3
 
Text timeText
 
Toggle readyButton
 
Toggle randomizeButton
 
GameObject inviteWindow
 
Button discordButton
 
Button steamButton
 
GameObject configsWindow
 
UnityEvent OnShow = new UnityEvent()
 
Button addBlueButton
 
Button addRedButton
 
GameObject difficultyWindow
 
Slider difficultySlider
 
Text difficultySliderText
 

Static Public Attributes

static bool Paused = false
 
static StartupType Startup = StartupType.Greet
 
static bool UseLobby = true
 
static int MinimumPlayersToStart = 2
 
static float PercentOfPlayersToReady = 1f
 
static float HalfReadySecs = 30f
 

Properties

bool IsOn [get]
 
bool IsShowing [get]
 
float GetRemainingSecs [get]
 
bool IsNextMatchLobby [get]
 
- Properties inherited from Teal.MonoSingleton< Lobby >
static T Get [get]
 Returns the singleton instance.
 

Additional Inherited Members

- Static Protected Attributes inherited from Teal.MonoSingleton< Lobby >
static T _instance
 

The documentation for this class was generated from the following file: