C# 클래스 PlatformerPOC.Helpers.GameTimer

파일 보기 프로젝트 열기: bramdemoor/MonoGame-PlatformerPOC

공개 메소드들

메소드 설명
GameTimer ( ) : System
Reset ( ) : void
Stopwatch ( int ms ) : bool

비공개 메소드들

메소드 설명
TimeGetTime ( ) : long

Convert ticks to milliseconds. 10,000 ticks in 1 millisecond.

메소드 상세

GameTimer() 공개 메소드

public GameTimer ( ) : System
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Stopwatch() 공개 메소드

public Stopwatch ( int ms ) : bool
ms int
리턴 bool