C# 클래스 CublastPlayer, Unity-ITGHD

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

공개 프로퍼티들

프로퍼티 타입 설명
difficultyMode int
idFile string
isReady bool
name string
packName string
points int
scores double
songChecked int
statut LANStatut
victoryOnline int
vote int

공개 메소드들

메소드 설명
CublastPlayer ( string name, int vict, bool ready, string idFile ) : System.Collections
CublastPlayer ( string name, string idFile ) : System.Collections
getScore ( ) : string
getScoreNumeric ( ) : double

메소드 상세

CublastPlayer() 공개 메소드

public CublastPlayer ( string name, int vict, bool ready, string idFile ) : System.Collections
name string
vict int
ready bool
idFile string
리턴 System.Collections

CublastPlayer() 공개 메소드

public CublastPlayer ( string name, string idFile ) : System.Collections
name string
idFile string
리턴 System.Collections

getScore() 공개 메소드

public getScore ( ) : string
리턴 string

getScoreNumeric() 공개 메소드

public getScoreNumeric ( ) : double
리턴 double

프로퍼티 상세

difficultyMode 공개적으로 프로퍼티

public int difficultyMode
리턴 int

idFile 공개적으로 프로퍼티

public string idFile
리턴 string

isReady 공개적으로 프로퍼티

public bool isReady
리턴 bool

name 공개적으로 프로퍼티

public string name
리턴 string

packName 공개적으로 프로퍼티

public string packName
리턴 string

points 공개적으로 프로퍼티

public int points
리턴 int

scores 공개적으로 프로퍼티

public double scores
리턴 double

songChecked 공개적으로 프로퍼티

public int songChecked
리턴 int

statut 공개적으로 프로퍼티

public LANStatut statut
리턴 LANStatut

victoryOnline 공개적으로 프로퍼티

public int victoryOnline
리턴 int

vote 공개적으로 프로퍼티

public int vote
리턴 int