C# Class StartCountDown, RodPacers

Inheritance: MonoBehaviour
Exibir arquivo Open project: GameDesignGroup6/RodPacers

Public Properties

Property Type Description
count int
deltaTime float
timePassed float

Public Methods

Method Description
DoneCounting ( ) : void
PauseCount ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

DoneCounting() public method

public DoneCounting ( ) : void
return void

PauseCount() public method

public PauseCount ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

count public_oe property

public int count
return int

deltaTime public_oe property

public float deltaTime
return float

timePassed public_oe property

public float timePassed
return float