C# Class GameStartController, Albatross

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

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

gameTimerTextObject public_oe property

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

startingCount public_oe property

The initial text to display
public int startingCount
return int