C# Class KEngine.FpsWatcher

Mostra file Open project: mr-kelly/KEngine Class Usage Examples

Public Methods

Method Description
FpsWatcher ( float sensitivity ) : System
OnUIUpdate ( ) : void
Watch ( string format, float value ) : string

Method Details

FpsWatcher() public method

public FpsWatcher ( float sensitivity ) : System
sensitivity float
return System

OnUIUpdate() public method

public OnUIUpdate ( ) : void
return void

Watch() public method

public Watch ( string format, float value ) : string
format string
value float
return string