C# Class GameBreak, goalBall

Base class for different types of breaks
Afficher le fichier Open project: DrexelGoalBall/goalBall Class Usage Examples

Protected Properties

Свойство Type Description
ball GameObject
breakLength int
referee Referee,

Méthodes publiques

Méthode 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

Method Details

EndOfBreakActions() public abstract méthode

Actions to perform when the break ends
public abstract EndOfBreakActions ( ) : void
Résultat void

GameBreak() public méthode

Default constructor to initialize objects/scripts
public GameBreak ( ) : UnityEngine
Résultat UnityEngine

GetBreakLength() public méthode

Allows outside classes to access the length for this break
public GetBreakLength ( ) : int
Résultat int

StartOfBreakActions() public abstract méthode

Actions to perform when the break begins
public abstract StartOfBreakActions ( ) : void
Résultat void

Property Details

ball protected_oe property

protected GameObject ball
Résultat GameObject

breakLength protected_oe property

protected int breakLength
Résultat int

referee protected_oe property

protected Referee, referee
Résultat Referee,