C# Class GoalBreak, goalBall

Break to occur when a goal is scored
Inheritance: GameBreak
显示文件 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

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 method

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

GoalBreak() public method

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

StartOfBreakActions() public method

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