C# 클래스 Player_NetworkSetup, goalBall

상속: NetworkBehaviour
파일 보기 프로젝트 열기: DrexelGoalBall/goalBall 1 사용 예제들

공개 메소드들

메소드 설명
OnStartLocalPlayer ( ) : void

When the local player object is set up, enable the necessary components and set its spawn position

비공개 메소드들

메소드 설명
SetSpawn ( GoalBallPlayerMovementV1, gbpm ) : void

Moves this player to the appropriate spawn based on its selected team and position

메소드 상세

OnStartLocalPlayer() 공개 메소드

When the local player object is set up, enable the necessary components and set its spawn position
public OnStartLocalPlayer ( ) : void
리턴 void