C# 클래스 Fusion.Engine.Graphics.RenderCounters

파일 보기 프로젝트 열기: demiurghg/FusionEngine 1 사용 예제들

공개 메소드들

메소드 설명
PrintCounters ( ) : void

Prints counters to HUD

RenderCounters ( ) : System

Reset ( ) : void

Resets all counters

메소드 상세

PrintCounters() 공개 메소드

Prints counters to HUD
public PrintCounters ( ) : void
리턴 void

RenderCounters() 공개 메소드

public RenderCounters ( ) : System
리턴 System

Reset() 공개 메소드

Resets all counters
public Reset ( ) : void
리턴 void