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
Status
C# Class Status, pongpector
Inheritance:
MonoBehaviour
Mostra file
Open project: abagames/pongpector
Class Usage Examples
Public Properties
Property
Type
Description
ball
int
ballCount
int
isGameover
bool
isRestarting
bool
score
int
ticks
int
tmpBallCount
int
Public Methods
Method
Description
AddScore
( ) :
void
Miss
( ) :
void
Restart
( ) :
void
Method Details
AddScore()
public
method
public
AddScore
( ) :
void
return
void
Miss()
public
method
public
Miss
( ) :
void
return
void
Restart()
public
method
public
Restart
( ) :
void
return
void
Property Details
ball
public_oe property
public
int
ball
return
int
ballCount
public_oe property
public
int
ballCount
return
int
isGameover
public_oe property
public
bool
isGameover
return
bool
isRestarting
public_oe property
public
bool
isRestarting
return
bool
score
public_oe property
public
int
score
return
int
ticks
public_oe property
public
int
ticks
return
int
tmpBallCount
public_oe property
public
int
tmpBallCount
return
int