C# Class Assignment3Advanced.Timer

Afficher le fichier Open project: hogeschool/INFDEV-Homework Class Usage Examples

Méthodes publiques

Méthode Description
Tick ( float deltaTime ) : void
Timer ( System.Action onReached, float targetTime ) : System
ToString ( ) : string

Method Details

Tick() public méthode

public Tick ( float deltaTime ) : void
deltaTime float
Résultat void

Timer() public méthode

public Timer ( System.Action onReached, float targetTime ) : System
onReached System.Action
targetTime float
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string