C# 클래스 SadConsole.FPSCounterComponent

A component to draw how many frames per second the engine is performing at.
상속: Microsoft.Xna.Framework.DrawableGameComponent
파일 보기 프로젝트 열기: Thraka/SadConsole

공개 메소드들

메소드 설명
Draw ( GameTime gameTime ) : void
FPSCounterComponent ( Microsoft game ) : System
Update ( GameTime gameTime ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( GameTime gameTime ) : void
gameTime GameTime
리턴 void

FPSCounterComponent() 공개 메소드

public FPSCounterComponent ( Microsoft game ) : System
game Microsoft
리턴 System

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime GameTime
리턴 void