Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Clock
C# Class Clock, ThreeDWorld
Inheritance:
MonoBehaviour
Exibir arquivo
Open project: dicarlolab/ThreeDWorld
Class Usage Examples
Public Properties
Property
Type
Description
clockSpeed
float
hour
int
minutes
int
pointerHours
GameObject
pointerMinutes
GameObject
pointerSeconds
GameObject
realTime
bool
second
int
Public Methods
Method
Description
Start
( ) :
void
Update
( ) :
void
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
clockSpeed
public_oe property
public
float
clockSpeed
return
float
hour
public_oe property
public
int
hour
return
int
minutes
public_oe property
public
int
minutes
return
int
pointerHours
public_oe property
public
GameObject
pointerHours
return
GameObject
pointerMinutes
public_oe property
public
GameObject
pointerMinutes
return
GameObject
pointerSeconds
public_oe property
public
GameObject
pointerSeconds
return
GameObject
realTime
public_oe property
public
bool
realTime
return
bool
second
public_oe property
public
int
second
return
int