C# 클래스 MonoGame.Extended.FramesPerSecondCounterComponent

상속: DrawableGameComponent
파일 보기 프로젝트 열기: craftworkgames/MonoGame.Extended 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( GameTime gameTime ) : void
FramesPerSecondCounterComponent ( Game game ) : Microsoft.Xna.Framework
Update ( GameTime gameTime ) : void

메소드 상세

Draw() 공개 메소드

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

FramesPerSecondCounterComponent() 공개 메소드

public FramesPerSecondCounterComponent ( Game game ) : Microsoft.Xna.Framework
game Game
리턴 Microsoft.Xna.Framework

Update() 공개 메소드

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