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.
显示文件 Open project: vchelaru/FlatRedBall

Public Methods

Method Description
Activity ( ) : void
TimeManager ( ) : System

Private Methods

Method Description
InitializeStopwatch ( ) : void

Method Details

Activity() public method

public Activity ( ) : void
return void

TimeManager() public method

public TimeManager ( ) : System
return System