C# Class NetworkWheelScript, Unity-ITGHD

Inheritance: MonoBehaviour
Afficher le fichier Open project: BenouKat/Unity-ITGHD

Méthodes publiques

Свойство Type Description
isRefreshVote bool
isSearching bool
lastSongChecked KeyValuePair>
playerSearching NetworkPlayer

Méthodes publiques

Méthode Description
Awake ( ) : void
OnApplicationQuit ( ) : void
OnDisconnectedFromServer ( NetworkDisconnection info ) : void
OnPlayerDisconnected ( NetworkPlayer player ) : void
Start ( ) : void
Update ( ) : void
isPlayerStatutReady ( LANStatut statutAsked ) : bool
isSongAvailable ( ) : void
refreshOptionMode ( ) : void
refreshVoteMode ( ) : void
setPicker ( ) : void

Private Methods

Méthode Description
callSong ( NetworkPlayer player, string name, string subtitle, int step, int difficulty, int level ) : void
checkSong ( string name, string subtitle, int step, int difficulty, int level ) : void
getInfoOnPlayerConnected ( NetworkPlayer player, string name, string id, int vict, string packname ) : void
getLeaderboard ( string lb ) : void
getPlayerReady ( NetworkPlayer player ) : void
getResultSearch ( int numberKo ) : void
getResultVote ( NetworkPlayer player, int result ) : void
getSongCheckResult ( NetworkPlayer player, bool result ) : void
goInOption ( ) : void
goInVoteMode ( bool entering ) : void
goOnPlay ( ) : void
initVoteMode ( NetworkPlayer player ) : void
notifyReadyToChoose ( ) : void
releaseVote ( ) : void
sendPickInfo ( bool picker ) : void
sendStatut ( NetworkPlayer player, int statut ) : void
setSearching ( bool search ) : void
setVoteMode ( bool vote ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnApplicationQuit() public méthode

public OnApplicationQuit ( ) : void
Résultat void

OnDisconnectedFromServer() public méthode

public OnDisconnectedFromServer ( NetworkDisconnection info ) : void
info NetworkDisconnection
Résultat void

OnPlayerDisconnected() public méthode

public OnPlayerDisconnected ( NetworkPlayer player ) : void
player NetworkPlayer
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

isPlayerStatutReady() public méthode

public isPlayerStatutReady ( LANStatut statutAsked ) : bool
statutAsked LANStatut
Résultat bool

isSongAvailable() public méthode

public isSongAvailable ( ) : void
Résultat void

refreshOptionMode() public méthode

public refreshOptionMode ( ) : void
Résultat void

refreshVoteMode() public méthode

public refreshVoteMode ( ) : void
Résultat void

setPicker() public méthode

public setPicker ( ) : void
Résultat void

Property Details

isRefreshVote public_oe property

public bool isRefreshVote
Résultat bool

isSearching public_oe property

public bool isSearching
Résultat bool

lastSongChecked public_oe property

public KeyValuePair> lastSongChecked
Résultat KeyValuePair>

playerSearching public_oe property

public NetworkPlayer playerSearching
Résultat NetworkPlayer