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

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

Méthodes publiques

Méthode Description
AddFPS ( int value ) : void
GetFriendlyValue ( ) : string
GetInterfaceName ( ) : string
GetName ( ) : string
GetValue ( ) : double
PhysicsFrameMonitor ( IScene scene ) : Universe.Framework.Modules
ResetStats ( ) : void

Method Details

AddFPS() public méthode

public AddFPS ( int value ) : void
value 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

PhysicsFrameMonitor() public méthode

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

ResetStats() public méthode

public ResetStats ( ) : void
Résultat void