C# 클래스 SimpleSoccer.Net.PrecisionTimer

파일 보기 프로젝트 열기: soshimozi/SimpleSoccer.Net 1 사용 예제들

공개 메소드들

메소드 설명
PrecisionTimer ( ) : System
PrecisionTimer ( double fps ) : System
ReadyForNextFrame ( ) : bool
Start ( ) : void
TimeElapsed ( ) : double

메소드 상세

PrecisionTimer() 공개 메소드

public PrecisionTimer ( ) : System
리턴 System

PrecisionTimer() 공개 메소드

public PrecisionTimer ( double fps ) : System
fps double
리턴 System

ReadyForNextFrame() 공개 메소드

public ReadyForNextFrame ( ) : bool
리턴 bool

Start() 공개 메소드

public Start ( ) : void
리턴 void

TimeElapsed() 공개 메소드

public TimeElapsed ( ) : double
리턴 double