C# Class GameStartController, Albatross

Inheritance: MonoBehaviour
Show file Open project: xby2/Albatross Class Usage Examples

Public Properties

Property Type Description
countDownIntervalDuration float
gameTimerTextObject GameObject
startingCount int

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
startMatch ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

countDownIntervalDuration public property

The duration of each count in seconds
public float countDownIntervalDuration
return float

gameTimerTextObject public property

Object to enable after the countdown finishes
public GameObject gameTimerTextObject
return GameObject

startingCount public property

The initial text to display
public int startingCount
return int