Property | Type | Description | |
---|---|---|---|
ball | GameObject | ||
breakLength | int | ||
referee | Referee, |
Method | Description | |
---|---|---|
EndOfBreakActions ( ) : void |
Actions to perform when the break ends
|
|
GameBreak ( ) : UnityEngine |
Default constructor to initialize objects/scripts
|
|
GetBreakLength ( ) : int |
Allows outside classes to access the length for this break
|
|
StartOfBreakActions ( ) : void |
Actions to perform when the break begins
|
public abstract StartOfBreakActions ( ) : void | ||
return | void |