C# 클래스 Universe.Modules.Monitoring.Monitors.TotalFrameMonitor

상속: ITotalFrameTimeMonitor
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

공개 메소드들

메소드 설명
AddFrameTime ( int time ) : void
GetFriendlyValue ( ) : string
GetInterfaceName ( ) : string
GetName ( ) : string
GetValue ( ) : double
ResetStats ( ) : void
TotalFrameMonitor ( IScene scene ) : Universe.Framework.Modules

메소드 상세

AddFrameTime() 공개 메소드

public AddFrameTime ( int time ) : void
time int
리턴 void

GetFriendlyValue() 공개 메소드

public GetFriendlyValue ( ) : string
리턴 string

GetInterfaceName() 공개 메소드

public GetInterfaceName ( ) : string
리턴 string

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

GetValue() 공개 메소드

public GetValue ( ) : double
리턴 double

ResetStats() 공개 메소드

public ResetStats ( ) : void
리턴 void

TotalFrameMonitor() 공개 메소드

public TotalFrameMonitor ( IScene scene ) : Universe.Framework.Modules
scene IScene
리턴 Universe.Framework.Modules