GB Template - Dominoe 1.0
Loading...
Searching...
No Matches
GBTemplates.Domino.Controller.TimerController Class Reference

This class control the timer of the match. More...

Inherits MonoBehaviour, and ITimer.

Public Member Functions

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.
 

Properties

bool IsTimerPaused [get]
 Return if the timer is paused.
 

Detailed Description

This class control the timer of the match.

Member Function Documentation

◆ 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
value

◆ StartTimer()

void GBTemplates.Domino.Controller.TimerController.StartTimer ( float timeMatchSeconds)

Start the timer.

Parameters
timeMatchSeconds

The documentation for this class was generated from the following file: