C# 클래스 FarseerPhysics.Samples.ScreenSystem.FrameRateCounter

Displays the FPS
상속: Microsoft.Xna.Framework.DrawableGameComponent
파일 보기 프로젝트 열기: tinco/Farseer-Physics 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( GameTime gameTime ) : void
Draw ( SpriteBatch batch ) : void
FrameRateCounter ( ) : System
FrameRateCounter ( ScreenManager screenManager ) : System
LoadContent ( ) : void
Update ( GameTime gameTime ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

Draw() 공개 메소드

public Draw ( SpriteBatch batch ) : void
batch SpriteBatch
리턴 void

FrameRateCounter() 공개 메소드

public FrameRateCounter ( ) : System
리턴 System

FrameRateCounter() 공개 메소드

public FrameRateCounter ( ScreenManager screenManager ) : System
screenManager ScreenManager
리턴 System

LoadContent() 공개 메소드

public LoadContent ( ) : void
리턴 void

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void