C# Class GameStartBreak, goalBall

Break to occur when the game begins
Inheritance: GameBreak
Exibir arquivo 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

GameStartBreak ( ) : UnityEngine

Default constructor to set the break length

StartOfBreakActions ( ) : void

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

GameStartBreak() public method

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

StartOfBreakActions() public method

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