C# 클래스 Player_Latency, goalBall

상속: NetworkBehaviour
파일 보기 프로젝트 열기: DrexelGoalBall/goalBall

공개 메소드들

메소드 설명
OnStartLocalPlayer ( ) : void

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

비공개 메소드들

메소드 설명
ShowLatency ( ) : void

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

Update ( ) : void

Every frame, show the latency

메소드 상세

OnStartLocalPlayer() 공개 메소드

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