C# Class ScoreMulti, gmap377_leathGloves_inc

Inheritance: MonoBehaviour
显示文件 Open project: bi3mer/gmap377_leathGloves_inc

Public Properties

Property Type Description
multiplier int

Public Methods

Method Description
Countdown ( ) : void

Countdown this instance.

Start ( ) : void
Update ( ) : void
timerEnded ( ) : void

Multiplier time has ended. Reset multiplier

Method Details

Countdown() public method

Countdown this instance.
public Countdown ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

timerEnded() public method

Multiplier time has ended. Reset multiplier
public timerEnded ( ) : void
return void

Property Details

multiplier public_oe property

public int multiplier
return int