Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
GameTime
C# Class GameTime
Inheritance:
TimedMonoBehaviour
Datei anzeigen
Open project: FIU-SCIS-Senior-Projects/UrbanTheater
Class Usage Examples
Public Methods
Method
Description
GetHour
( ) :
int
GetMin
( ) :
double
Pause
( ) :
void
Resume
( ) :
void
Private Methods
Method
Description
OnGUI
( ) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
GetHour()
public
method
public
GetHour
( ) :
int
return
int
GetMin()
public
method
public
GetMin
( ) :
double
return
double
Pause()
public
method
public
Pause
( ) :
void
return
void
Resume()
public
method
public
Resume
( ) :
void
return
void