C# Class GoalBreak, goalBall

Break to occur when a goal is scored
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

GoalBreak ( ) : UnityEngine

Default constructor to set the break length

StartOfBreakActions ( ) : void

Actions to perform when the break begins -- No actions necessary for start of the goal break

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

GoalBreak() public méthode

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

StartOfBreakActions() public méthode

Actions to perform when the break begins -- No actions necessary for start of the goal break
public StartOfBreakActions ( ) : void
Résultat void