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
Status
C# Class Status, pongpector
Inheritance:
MonoBehaviour
Show 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 property
public
int
ball
return
int
ballCount
public property
public
int
ballCount
return
int
isGameover
public property
public
bool
isGameover
return
bool
isRestarting
public property
public
bool
isRestarting
return
bool
score
public property
public
int
score
return
int
ticks
public property
public
int
ticks
return
int
tmpBallCount
public property
public
int
tmpBallCount
return
int