Photon Unity Networking 2
2.50
Abstract implementation of PhotonPing, ase for pinging servers to find the "Best Region". More...
Inherits IDisposable.
Inherited by PingMono.
Public Member Functions | |
| virtual bool | StartPing (string ip) |
| Begins sending a ping. More... | |
| virtual bool | Done () |
| Check if done. More... | |
| virtual void | Dispose () |
| Dispose of this ping. More... | |
Public Attributes | |
| string | DebugString = "" |
| Caches the last exception/error message, if any. More... | |
| bool | Successful |
| True of the ping was successful. More... | |
Abstract implementation of PhotonPing, ase for pinging servers to find the "Best Region".
|
virtual |
Dispose of this ping.
Reimplemented in PingMono.
|
virtual |
Check if done.
Reimplemented in PingMono.
|
virtual |
Begins sending a ping.
Reimplemented in PingMono.
| string DebugString = "" |
Caches the last exception/error message, if any.
| bool Successful |
True of the ping was successful.