C# 클래스 NetworkWheelScript, Unity-ITGHD

상속: MonoBehaviour
파일 보기 프로젝트 열기: BenouKat/Unity-ITGHD

공개 프로퍼티들

프로퍼티 타입 설명
isRefreshVote bool
isSearching bool
lastSongChecked KeyValuePair>
playerSearching NetworkPlayer

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

OnApplicationQuit() 공개 메소드

public OnApplicationQuit ( ) : void
리턴 void

OnDisconnectedFromServer() 공개 메소드

public OnDisconnectedFromServer ( NetworkDisconnection info ) : void
info NetworkDisconnection
리턴 void

OnPlayerDisconnected() 공개 메소드

public OnPlayerDisconnected ( NetworkPlayer player ) : void
player NetworkPlayer
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

isPlayerStatutReady() 공개 메소드

public isPlayerStatutReady ( LANStatut statutAsked ) : bool
statutAsked LANStatut
리턴 bool

isSongAvailable() 공개 메소드

public isSongAvailable ( ) : void
리턴 void

refreshOptionMode() 공개 메소드

public refreshOptionMode ( ) : void
리턴 void

refreshVoteMode() 공개 메소드

public refreshVoteMode ( ) : void
리턴 void

setPicker() 공개 메소드

public setPicker ( ) : void
리턴 void

프로퍼티 상세

isRefreshVote 공개적으로 프로퍼티

public bool isRefreshVote
리턴 bool

isSearching 공개적으로 프로퍼티

public bool isSearching
리턴 bool

lastSongChecked 공개적으로 프로퍼티

public KeyValuePair> lastSongChecked
리턴 KeyValuePair>

playerSearching 공개적으로 프로퍼티

public NetworkPlayer playerSearching
리턴 NetworkPlayer