C# 클래스 PingMonoEditor

Uses C# Socket class from System.Net.Sockets (as Unity usually does).
Incompatible with Windows 8 Store/Phone API.
상속: PhotonPing
파일 보기 프로젝트 열기: daniel-cheng/stellar

공개 메소드들

메소드 설명
Dispose ( ) : void
Done ( ) : bool
StartPing ( string ip ) : bool

Sends a "Photon Ping" to a server.

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Done() 공개 메소드

public Done ( ) : bool
리턴 bool

StartPing() 공개 메소드

Sends a "Photon Ping" to a server.
public StartPing ( string ip ) : bool
ip string Address in IPv4 or IPv6 format. An address containing a '.' will be interpretet as IPv4.
리턴 bool