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

Inheritance: ITotalFrameTimeMonitor
ファイルを表示 Open project: Virtual-Universe/Virtual-Universe

Public Methods

Method Description
AddFrameTime ( int time ) : void
GetFriendlyValue ( ) : string
GetInterfaceName ( ) : string
GetName ( ) : string
GetValue ( ) : double
ResetStats ( ) : void
TotalFrameMonitor ( IScene scene ) : Universe.Framework.Modules

Method Details

AddFrameTime() public method

public AddFrameTime ( int time ) : void
time 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

TotalFrameMonitor() public method

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