C# Class GameStartController, Albatross

Inheritance: MonoBehaviour
Afficher le fichier Open project: xby2/Albatross Class Usage Examples

Méthodes publiques

Свойство Type Description
countDownIntervalDuration float
gameTimerTextObject GameObject
startingCount int

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
startMatch ( ) : IEnumerator

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

countDownIntervalDuration public_oe property

The duration of each count in seconds
public float countDownIntervalDuration
Résultat float

gameTimerTextObject public_oe property

Object to enable after the countdown finishes
public GameObject gameTimerTextObject
Résultat GameObject

startingCount public_oe property

The initial text to display
public int startingCount
Résultat int