C# Class FoulBreak, goalBall

Break to occur after a foul is committed
Inheritance: GameBreak
Datei anzeigen Open project: DrexelGoalBall/goalBall Class Usage Examples

Public Methods

Method 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 method

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

FoulBreak() public method

Default constructor to set the break length
public FoulBreak ( ) : UnityEngine
return UnityEngine

StartOfBreakActions() public method

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