C# Class HalftimeBreak, goalBall

Break to occur when it is halftime
Inheritance: GameBreak
Afficher le fichier Open project: DrexelGoalBall/goalBall Class Usage Examples

Méthodes publiques

Méthode Description
EndOfBreakActions ( ) : void

Actions to perform when the break ends -- Announce who possesses the ball and that play has continued

HalftimeBreak ( ) : UnityEngine

Default constructor to set the break length

StartOfBreakActions ( ) : void

Actions to perform when the break begins -- Announce that it is halftime and the current scores

Method Details

EndOfBreakActions() public méthode

Actions to perform when the break ends -- Announce who possesses the ball and that play has continued
public EndOfBreakActions ( ) : void
Résultat void

HalftimeBreak() public méthode

Default constructor to set the break length
public HalftimeBreak ( ) : UnityEngine
Résultat UnityEngine

StartOfBreakActions() public méthode

Actions to perform when the break begins -- Announce that it is halftime and the current scores
public StartOfBreakActions ( ) : void
Résultat void