C# 클래스 XPlane.Core.Miscellaneous.Scoreboard

상속: IDrawable
파일 보기 프로젝트 열기: ThuCommix/Sharpex2D 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( SpriteBatch spriteBatch, GameTime gameTime ) : void

Draws the score board.

Scoreboard ( ) : Sharpex2D

Initializes a new Scoreboard class.

메소드 상세

Draw() 공개 메소드

Draws the score board.
public Draw ( SpriteBatch spriteBatch, GameTime gameTime ) : void
spriteBatch Sharpex2D.Rendering.SpriteBatch The spriteBatch.
gameTime Sharpex2D.GameTime The GameTime.
리턴 void

Scoreboard() 공개 메소드

Initializes a new Scoreboard class.
public Scoreboard ( ) : Sharpex2D
리턴 Sharpex2D