|
| enum | StartupType { None = 0
, Greet
, Lobby
} |
| |
|
|
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 () |
| |
|
|
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 bool | Paused = false |
| |
|
static StartupType | Startup = StartupType.Greet |
| |
|
static bool | UseLobby = true |
| |
|
static int | MinimumPlayersToStart = 2 |
| |
|
static float | PercentOfPlayersToReady = 1f |
| |
|
static float | HalfReadySecs = 30f |
| |
|
|
bool | IsOn [get] |
| |
|
bool | IsShowing [get] |
| |
|
float | GetRemainingSecs [get] |
| |
|
bool | IsNextMatchLobby [get] |
| |
| static T | Get [get] |
| | Returns the singleton instance.
|
| |
The documentation for this class was generated from the following file:
- C:/Transhuman/S2/Assets/Engine/UI/InGame/Lobby.cs