Me::DerangedSenators::CopsAndRobbers::UILobby
Inherits from MonoBehaviour
Public Functions
Name | |
---|---|
void | HostPrivate() |
void | HostPublic() |
void | HostSuccess(bool success, string matchId) |
void | Join() |
void | JoinSuccess(bool success, string matchId) |
GameObject | SpawnUIPlayerPrefab(Player player) |
void | BeginGame() |
void | SearchGame() |
void | SearchSuccess(bool success, string matchId) |
void | SearchCancel() |
void | DisconnectLobby() |
Public Attributes
Name | |
---|---|
UILobby | instance |
Public Functions Documentation
function HostPrivate
inline void HostPrivate()
function HostPublic
inline void HostPublic()
function HostSuccess
inline void HostSuccess(
bool success,
string matchId
)
function Join
inline void Join()
function JoinSuccess
inline void JoinSuccess(
bool success,
string matchId
)
function SpawnUIPlayerPrefab
inline GameObject SpawnUIPlayerPrefab(
Player player
)
function BeginGame
inline void BeginGame()
function SearchGame
inline void SearchGame()
function SearchSuccess
inline void SearchSuccess(
bool success,
string matchId
)
function SearchCancel
inline void SearchCancel()
function DisconnectLobby
inline void DisconnectLobby()
Public Attributes Documentation
variable instance
static UILobby instance;
Updated on 24 January 2021 at 23:47:12 UTC