C# Class CPlayerInfoSlot, freegostop

Inheritance: MonoBehaviour
显示文件 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