This class control the timer of the match.
More...
Inherits MonoBehaviour, and ITimer.
|
|
void | Awake () |
| |
| void | StartTimer (float timeMatchSeconds) |
| | Start the timer.
|
| |
|
void | StopTimer () |
| | Stop the timer.
|
| |
| void | Pause (bool value) |
| | Pause the timer.
|
| |
|
void | SumTime (float segs) |
| |
| string | GetStringTime () |
| | Get The time string.
|
| |
|
|
bool | IsTimerPaused [get] |
| | Return if the timer is paused.
|
| |
This class control the timer of the match.
◆ GetStringTime()
| string GBTemplates.Domino.Controller.TimerController.GetStringTime |
( |
| ) |
|
Get The time string.
- Returns
◆ Pause()
| void GBTemplates.Domino.Controller.TimerController.Pause |
( |
bool | value | ) |
|
Pause the timer.
- Parameters
-
◆ StartTimer()
| void GBTemplates.Domino.Controller.TimerController.StartTimer |
( |
float | timeMatchSeconds | ) |
|
Start the timer.
- Parameters
-
The documentation for this class was generated from the following file:
- C:/UnityDev/Unity - CurrentDev/PERS/domino/Domino-Edu/Assets/DominoTemplate/Scripts/Controllers/Controllers/TimerController.cs