C# Class GameEndBreak, goalBall

Break to occur when the game ends
Inheritance: GameBreak
ファイルを表示 Open project: DrexelGoalBall/goalBall Class Usage Examples

Public Methods

Method Description
EndOfBreakActions ( ) : void

Actions to perform when the break ends -- Automatically exit the game when break is finished

GameEndBreak ( ) : UnityEngine

Default constructor to set the break length

StartOfBreakActions ( ) : void

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

Method Details

EndOfBreakActions() public method

Actions to perform when the break ends -- Automatically exit the game when break is finished
public EndOfBreakActions ( ) : void
return void

GameEndBreak() public method

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

StartOfBreakActions() public method

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