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

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

Méthodes publiques

Méthode Description
GetFriendlyValue ( ) : string
GetInterfaceName ( ) : string
GetName ( ) : string
GetValue ( ) : double
ResetStats ( ) : void
SetPhysicsFPS ( float value ) : void
TimeDilationMonitor ( IScene scene ) : Universe.Framework.Modules

Method Details

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

SetPhysicsFPS() public méthode

public SetPhysicsFPS ( float value ) : void
value float
Résultat void

TimeDilationMonitor() public méthode

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