C# Class ScoreCarry, goalBall

Keeps track of which team is winning and carries it between scenes
Inheritance: MonoBehaviour
Datei anzeigen Open project: DrexelGoalBall/goalBall

Public Properties

Property Type Description
teamWinning int

Public Methods

Method Description
Awake ( ) : void

Do not destroy the object with this script when a new scene is loaded

Update ( ) : void

Every frame in game scene, check who is winning

Method Details

Awake() public method

Do not destroy the object with this script when a new scene is loaded
public Awake ( ) : void
return void

Update() public method

Every frame in game scene, check who is winning
public Update ( ) : void
return void

Property Details

teamWinning public_oe property

public int teamWinning
return int