Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
ExemploVariaveis
C# Class ExemploVariaveis
Inheritance:
MonoBehaviour
Show 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 property
public
bool
escreveMsg
return
bool
nome
public property
public
string
nome
return
string
segundos
public property
public
float
segundos
return
float
tecla
public property
public
char
tecla
return
char
total
public property
public
int
total
return
int