C# 클래스 Shooter.Testing_Tools.FPSHandling

파일 보기 프로젝트 열기: JoeyTheAsian/Just-Force

공개 프로퍼티들

프로퍼티 타입 설명
frames int

보호된 프로퍼티들

프로퍼티 타입 설명
FPSSample Queue
avgFPS int

공개 메소드들

메소드 설명
AddSample ( int s ) : void
FPSHandling ( ) : System
UpdateFPS ( ) : string

메소드 상세

AddSample() 공개 메소드

public AddSample ( int s ) : void
s int
리턴 void

FPSHandling() 공개 메소드

public FPSHandling ( ) : System
리턴 System

UpdateFPS() 공개 메소드

public UpdateFPS ( ) : string
리턴 string

프로퍼티 상세

FPSSample 보호되어 있는 프로퍼티

protected Queue FPSSample
리턴 Queue

avgFPS 보호되어 있는 프로퍼티

protected int avgFPS
리턴 int

frames 공개적으로 프로퍼티

public int frames
리턴 int