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
GameStatus
C# Class GameStatus, code
Inheritance:
MonoBehaviour
Mostra file
Open project: shendongnian/code
Class Usage Examples
Public Properties
Property
Type
Description
FightDamage
int
FightPoints
int
PointsCounter
Text
Public Methods
Method
Description
Start
( ) :
void
Update
( ) :
void
Private Methods
Method
Description
Awake
( ) :
void
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
FightDamage
public_oe property
public
int
FightDamage
return
int
FightPoints
public_oe property
public
int
FightPoints
return
int
PointsCounter
public_oe property
public
Text
PointsCounter
return
Text