Свойство | Тип | Описание | |
---|---|---|---|
comment | string | ||
connectedPlayers | int | ||
connectionType | string | ||
gameType | string | ||
ipAddress | string | ||
lastPing | System.DateTime | ||
maxPlayers | int | ||
name | string | ||
natPort | ushort | ||
password | string | ||
port | ushort | ||
sceneName | string |
Метод | Описание | |
---|---|---|
HostInfo ( ) : System |
Default constructor
|
|
Ping ( ) : void |
Set the ping to current time
|
|
SetPing ( int pingTime ) : void |
Sets the value of the PingTime
|
public SetPing ( int pingTime ) : void | ||
pingTime | int | The ping time in milliseconds |
Результат | void |