C# Class FoulBreak, goalBall

Break to occur after a foul is committed
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

FoulBreak ( ) : UnityEngine

Default constructor to set the break length

StartOfBreakActions ( ) : void

Actions to perform when the break begins -- No actions necessary for start of a foul 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

FoulBreak() public méthode

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

StartOfBreakActions() public méthode

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