C# 클래스 OpenBve.CPreciseTimer

This class implements a high-precision, multi-platform timer
파일 보기 프로젝트 열기: leezer3/OpenBVE 1 사용 예제들

공개 메소드들

메소드 설명
GetClockTicks ( ) : int

Gets the current environment tick count

GetElapsedTime ( ) : double

Gets the elapsed time in milliseconds since the last call to GetElapsedTime

비공개 메소드들

메소드 설명
CPreciseTimer ( ) : System
QueryPerformanceCounter ( long &PerformanceCount ) : bool
QueryPerformanceFrequency ( long &PerformanceFrequency ) : bool

메소드 상세

GetClockTicks() 공개 정적인 메소드

Gets the current environment tick count
public static GetClockTicks ( ) : int
리턴 int

GetElapsedTime() 공개 정적인 메소드

Gets the elapsed time in milliseconds since the last call to GetElapsedTime
public static GetElapsedTime ( ) : double
리턴 double