Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
GameStartController
C# Class GameStartController, Albatross
Inheritance:
MonoBehaviour
Mostra 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_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