C# Class Player_Latency, goalBall

Inheritance: NetworkBehaviour
Show file Open project: DrexelGoalBall/goalBall

Public Methods

Method Description
OnStartLocalPlayer ( ) : void

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

Private Methods

Method 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 method

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