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

Inheritance: ITotalFrameTimeMonitor
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Méthodes publiques

Méthode 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 méthode

public AddFrameTime ( int time ) : void
time int
Résultat void

GetFriendlyValue() public méthode

public GetFriendlyValue ( ) : string
Résultat string

GetInterfaceName() public méthode

public GetInterfaceName ( ) : string
Résultat string

GetName() public méthode

public GetName ( ) : string
Résultat string

GetValue() public méthode

public GetValue ( ) : double
Résultat double

ResetStats() public méthode

public ResetStats ( ) : void
Résultat void

TotalFrameMonitor() public méthode

public TotalFrameMonitor ( IScene scene ) : Universe.Framework.Modules
scene IScene
Résultat Universe.Framework.Modules