C# Class PhotonPingManager

Afficher le fichier Open project: daniel-cheng/stellar Class Usage Examples

Méthodes publiques

Свойство Type Description
Attempts int
IgnoreInitialAttempt bool
MaxMilliseconsPerPing int
UseNative bool

Méthodes publiques

Méthode Description
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

Method Details

PingSocket() public méthode

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,
Résultat IEnumerator

ResolveHost() public static méthode

public static ResolveHost ( string hostName ) : string
hostName string
Résultat string

Property Details

Attempts public_oe static_oe property

public static int Attempts
Résultat int

IgnoreInitialAttempt public_oe static_oe property

public static bool IgnoreInitialAttempt
Résultat bool

MaxMilliseconsPerPing public_oe static_oe property

public static int MaxMilliseconsPerPing
Résultat int

UseNative public_oe property

public bool UseNative
Résultat bool