C# Class CublastPlayer, Unity-ITGHD

Afficher le fichier Open project: BenouKat/Unity-ITGHD

Méthodes publiques

Свойство Type Description
difficultyMode int
idFile string
isReady bool
name string
packName string
points int
scores double
songChecked int
statut LANStatut
victoryOnline int
vote int

Méthodes publiques

Méthode Description
CublastPlayer ( string name, int vict, bool ready, string idFile ) : System.Collections
CublastPlayer ( string name, string idFile ) : System.Collections
getScore ( ) : string
getScoreNumeric ( ) : double

Method Details

CublastPlayer() public méthode

public CublastPlayer ( string name, int vict, bool ready, string idFile ) : System.Collections
name string
vict int
ready bool
idFile string
Résultat System.Collections

CublastPlayer() public méthode

public CublastPlayer ( string name, string idFile ) : System.Collections
name string
idFile string
Résultat System.Collections

getScore() public méthode

public getScore ( ) : string
Résultat string

getScoreNumeric() public méthode

public getScoreNumeric ( ) : double
Résultat double

Property Details

difficultyMode public_oe property

public int difficultyMode
Résultat int

idFile public_oe property

public string idFile
Résultat string

isReady public_oe property

public bool isReady
Résultat bool

name public_oe property

public string name
Résultat string

packName public_oe property

public string packName
Résultat string

points public_oe property

public int points
Résultat int

scores public_oe property

public double scores
Résultat double

songChecked public_oe property

public int songChecked
Résultat int

statut public_oe property

public LANStatut statut
Résultat LANStatut

victoryOnline public_oe property

public int victoryOnline
Résultat int

vote public_oe property

public int vote
Résultat int