C# Class com.kumakore.sample.MatchListBehav

Inheritance: SigninBehav
Afficher le fichier Open project: kumakore/kumakore-sdk

Méthodes publiques

Свойство Type Description
attackItems string[]
normalStyle UnityEngine.GUIStyle
titleStyle UnityEngine.GUIStyle

Méthodes publiques

Méthode Description
AcceptMatch ( OpenMatch m ) : void
CreateNewMatch ( string opponent ) : void
CreateRandomMatch ( ) : void
GetChatMessages ( OpenMatch m ) : void
GetCompletedMatches ( ) : void
GetCurrentMatches ( ) : void
GetInventoryDelegate ( ActionInventoryGet action ) : void
GetMatchStatus ( OpenMatch m ) : void
RejectMatch ( OpenMatch m ) : void
ResignMatch ( OpenMatch m ) : void
SelectItems ( OpenMatch m, int>.IDictionary it ) : void
SendChatMessage ( OpenMatch m, string chatM ) : void
SendMove ( OpenMatch m, string move ) : void
SendNudge ( OpenMatch m ) : void
checkFirstPlayer ( ) : bool
getUserInfo ( ) : void

Méthodes protégées

Méthode Description
OnGUI ( ) : void

Private Methods

Méthode Description
MatchCreationGUI ( ) : void
MatchInfoGUI ( ) : void
MatchListGUI ( ) : void
downloadMatches ( ) : void
quitMatch ( ) : void
updateAllMatches ( ) : void
updateCompletedMatchList ( ) : void
updateCurrentMatchList ( ) : void

Method Details

AcceptMatch() public méthode

public AcceptMatch ( OpenMatch m ) : void
m OpenMatch
Résultat void

CreateNewMatch() public méthode

public CreateNewMatch ( string opponent ) : void
opponent string
Résultat void

CreateRandomMatch() public méthode

public CreateRandomMatch ( ) : void
Résultat void

GetChatMessages() public méthode

public GetChatMessages ( OpenMatch m ) : void
m OpenMatch
Résultat void

GetCompletedMatches() public méthode

public GetCompletedMatches ( ) : void
Résultat void

GetCurrentMatches() public méthode

public GetCurrentMatches ( ) : void
Résultat void

GetInventoryDelegate() public méthode

public GetInventoryDelegate ( ActionInventoryGet action ) : void
action ActionInventoryGet
Résultat void

GetMatchStatus() public méthode

public GetMatchStatus ( OpenMatch m ) : void
m OpenMatch
Résultat void

OnGUI() protected méthode

protected OnGUI ( ) : void
Résultat void

RejectMatch() public méthode

public RejectMatch ( OpenMatch m ) : void
m OpenMatch
Résultat void

ResignMatch() public méthode

public ResignMatch ( OpenMatch m ) : void
m OpenMatch
Résultat void

SelectItems() public méthode

public SelectItems ( OpenMatch m, int>.IDictionary it ) : void
m OpenMatch
it int>.IDictionary
Résultat void

SendChatMessage() public méthode

public SendChatMessage ( OpenMatch m, string chatM ) : void
m OpenMatch
chatM string
Résultat void

SendMove() public méthode

public SendMove ( OpenMatch m, string move ) : void
m OpenMatch
move string
Résultat void

SendNudge() public méthode

public SendNudge ( OpenMatch m ) : void
m OpenMatch
Résultat void

checkFirstPlayer() public méthode

public checkFirstPlayer ( ) : bool
Résultat bool

getUserInfo() public méthode

public getUserInfo ( ) : void
Résultat void

Property Details

attackItems public_oe property

public string[] attackItems
Résultat string[]

normalStyle public_oe property

public GUIStyle,UnityEngine normalStyle
Résultat UnityEngine.GUIStyle

titleStyle public_oe property

public GUIStyle,UnityEngine titleStyle
Résultat UnityEngine.GUIStyle