C# Class FlatRedBall.AnimationEditorForms.TimeManager

A singleton intended to simplify timing. Activity on TimeManager should get called once per frame so that an entire frame can operate on the same CurrentTime.
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
Activity ( ) : void
TimeManager ( ) : System

Private Methods

Méthode Description
InitializeStopwatch ( ) : void

Method Details

Activity() public méthode

public Activity ( ) : void
Résultat void

TimeManager() public méthode

public TimeManager ( ) : System
Résultat System