C# Class StartCountDown, RodPacers

Inheritance: MonoBehaviour
Afficher le fichier Open project: GameDesignGroup6/RodPacers

Méthodes publiques

Свойство Type Description
count int
deltaTime float
timePassed float

Méthodes publiques

Méthode Description
DoneCounting ( ) : void
PauseCount ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

DoneCounting() public méthode

public DoneCounting ( ) : void
Résultat void

PauseCount() public méthode

public PauseCount ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

count public_oe property

public int count
Résultat int

deltaTime public_oe property

public float deltaTime
Résultat float

timePassed public_oe property

public float timePassed
Résultat float