Class PingClientUIBehaviour
Namespace: Unity.Networking.Transport.Samples
Syntax
public class PingClientUIBehaviour : MonoBehaviour
Properties
ServerEndPoint
Declaration
public static NetworkEndPoint ServerEndPoint { get; }
Property Value
| Type | Description |
|---|---|
| NetworkEndPoint |
Methods
UpdateStats(Int32, Int32)
Declaration
public static void UpdateStats(int count, int time)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | count | |
| Int32 | time |