C# Class Player_NetworkSetup, goalBall

Inheritance: NetworkBehaviour
Afficher le fichier Open project: DrexelGoalBall/goalBall Class Usage Examples

Méthodes publiques

Méthode Description
OnStartLocalPlayer ( ) : void

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

Private Methods

Méthode Description
SetSpawn ( GoalBallPlayerMovementV1, gbpm ) : void

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

Method Details

OnStartLocalPlayer() public méthode

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