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
ExemploVariaveis
C# Class ExemploVariaveis
Inheritance:
MonoBehaviour
Mostra file
Open project: ProgJogos/programacao-2sem2014
Public Properties
Property
Type
Description
escreveMsg
bool
nome
string
segundos
float
tecla
char
total
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
escreveMsg
public_oe property
public
bool
escreveMsg
return
bool
nome
public_oe property
public
string
nome
return
string
segundos
public_oe property
public
float
segundos
return
float
tecla
public_oe property
public
char
tecla
return
char
total
public_oe property
public
int
total
return
int