C# Class Player_NetworkSetup, goalBall

Inheritance: NetworkBehaviour
显示文件 Open project: DrexelGoalBall/goalBall Class Usage Examples

Public Methods

Method Description
OnStartLocalPlayer ( ) : void

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

Private Methods

Method Description
SetSpawn ( GoalBallPlayerMovementV1, gbpm ) : void

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

Method Details

OnStartLocalPlayer() public method

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