C# 클래스 PhotonPingManager

파일 보기 프로젝트 열기: daniel-cheng/stellar 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Attempts int
IgnoreInitialAttempt bool
MaxMilliseconsPerPing int
UseNative bool

공개 메소드들

메소드 설명
PingSocket ( Region, region ) : IEnumerator Affected by frame-rate of app, as this Coroutine checks the socket for a result once per frame.
ResolveHost ( string hostName ) : string

메소드 상세

PingSocket() 공개 메소드

Affected by frame-rate of app, as this Coroutine checks the socket for a result once per frame.
public PingSocket ( Region, region ) : IEnumerator
region Region,
리턴 IEnumerator

ResolveHost() 공개 정적인 메소드

public static ResolveHost ( string hostName ) : string
hostName string
리턴 string

프로퍼티 상세

Attempts 공개적으로 정적으로 프로퍼티

public static int Attempts
리턴 int

IgnoreInitialAttempt 공개적으로 정적으로 프로퍼티

public static bool IgnoreInitialAttempt
리턴 bool

MaxMilliseconsPerPing 공개적으로 정적으로 프로퍼티

public static int MaxMilliseconsPerPing
리턴 int

UseNative 공개적으로 프로퍼티

public bool UseNative
리턴 bool