C# 클래스 RaceGame.CountDown

파일 보기 프로젝트 열기: cjohnsson/Racing-Game 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CountDown ( SpriteFont spriteFont ) : System
Draw ( SpriteBatch spriteBatch ) : void
Start ( ) : void

메소드 상세

CountDown() 공개 메소드

public CountDown ( SpriteFont spriteFont ) : System
spriteFont Microsoft.Xna.Framework.Graphics.SpriteFont
리턴 System

Draw() 공개 메소드

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void