C# Class Universe.Modules.Monitoring.Monitors.SimFrameMonitor

Inheritance: ISimFrameMonitor
Mostra file Open project: Virtual-Universe/Virtual-Universe

Public Methods

Method Description
AddFPS ( int fps ) : void
GetFriendlyValue ( ) : string
GetInterfaceName ( ) : string
GetName ( ) : string
GetValue ( ) : double
ResetStats ( ) : void
SimFrameMonitor ( IScene scene ) : Universe.Framework.Modules

Method Details

AddFPS() public method

public AddFPS ( int fps ) : void
fps int
return void

GetFriendlyValue() public method

public GetFriendlyValue ( ) : string
return string

GetInterfaceName() public method

public GetInterfaceName ( ) : string
return string

GetName() public method

public GetName ( ) : string
return string

GetValue() public method

public GetValue ( ) : double
return double

ResetStats() public method

public ResetStats ( ) : void
return void

SimFrameMonitor() public method

public SimFrameMonitor ( IScene scene ) : Universe.Framework.Modules
scene IScene
return Universe.Framework.Modules