C# 클래스 FBClient.Network.Client

파일 보기 프로젝트 열기: Noxalus/Final-Bomber 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Id int
IsReady bool
NewPlayer bool
Ping float
Player Player
Spectating bool
Username string

공개 메소드들

메소드 설명
Client ( int id ) : System
GetRoundedPing ( ) : double

메소드 상세

Client() 공개 메소드

public Client ( int id ) : System
id int
리턴 System

GetRoundedPing() 공개 메소드

public GetRoundedPing ( ) : double
리턴 double

프로퍼티 상세

Id 공개적으로 프로퍼티

public int Id
리턴 int

IsReady 공개적으로 프로퍼티

public bool IsReady
리턴 bool

NewPlayer 공개적으로 프로퍼티

public bool NewPlayer
리턴 bool

Ping 공개적으로 프로퍼티

public float Ping
리턴 float

Player 공개적으로 프로퍼티

public Player Player
리턴 Player

Spectating 공개적으로 프로퍼티

public bool Spectating
리턴 bool

Username 공개적으로 프로퍼티

public string Username
리턴 string