C# Class Player_Latency, goalBall

Inheritance: NetworkBehaviour
Afficher le fichier Open project: DrexelGoalBall/goalBall

Méthodes publiques

Méthode Description
OnStartLocalPlayer ( ) : void

When the local player object is set up, find the necessary components in the scene

Private Methods

Méthode Description
ShowLatency ( ) : void

If it is the local player, determine and display the latency

Update ( ) : void

Every frame, show the latency

Method Details

OnStartLocalPlayer() public méthode

When the local player object is set up, find the necessary components in the scene
public OnStartLocalPlayer ( ) : void
Résultat void