Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
CPlayerInfoSlot
C# Class CPlayerInfoSlot, freegostop
Inheritance:
MonoBehaviour
Datei anzeigen
Open project: sunduk/freegostop
Public Methods
Method
Description
update_go
(
short
go
) :
void
update_peecount
(
byte
count
) :
void
update_ppuk
(
short
ppuk
) :
void
update_score
(
short
score
) :
void
update_shake
(
short
shake
) :
void
Private Methods
Method
Description
Awake
( ) :
void
Method Details
update_go()
public
method
public
update_go
(
short
go
) :
void
go
short
return
void
update_peecount()
public
method
public
update_peecount
(
byte
count
) :
void
count
byte
return
void
update_ppuk()
public
method
public
update_ppuk
(
short
ppuk
) :
void
ppuk
short
return
void
update_score()
public
method
public
update_score
(
short
score
) :
void
score
short
return
void
update_shake()
public
method
public
update_shake
(
short
shake
) :
void
shake
short
return
void