C# 클래스 RaceGame.Car

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

공개 메소드들

메소드 설명
Accelerate ( ) : void
Break ( ) : void
Car ( ITexture2DHolder newImage, System.Vector2 position ) : System
Draw ( SpriteBatch spriteBatch ) : void
GetTerrain ( System.Vector2 position ) : TerrainTypes
TurnLeft ( ) : void
TurnRight ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
Decelerate ( ) : void

메소드 상세

Accelerate() 공개 메소드

public Accelerate ( ) : void
리턴 void

Break() 공개 메소드

public Break ( ) : void
리턴 void

Car() 공개 메소드

public Car ( ITexture2DHolder newImage, System.Vector2 position ) : System
newImage ITexture2DHolder
position System.Vector2
리턴 System

Draw() 공개 메소드

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

GetTerrain() 공개 메소드

public GetTerrain ( System.Vector2 position ) : TerrainTypes
position System.Vector2
리턴 TerrainTypes

TurnLeft() 공개 메소드

public TurnLeft ( ) : void
리턴 void

TurnRight() 공개 메소드

public TurnRight ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void