Method | Description | |
---|---|---|
Draw ( SpriteBatch spriteBatch ) : void | ||
Player ( Control control, ITexture2DHolder carImage, System.Vector2 position, float startRotation ) : System | ||
Update ( ) : void |
public Draw ( SpriteBatch spriteBatch ) : void | ||
spriteBatch | SpriteBatch | |
return | void |
public Player ( Control control, ITexture2DHolder carImage, System.Vector2 position, float startRotation ) : System | ||
control | Control | |
carImage | ITexture2DHolder | |
position | System.Vector2 | |
startRotation | float | |
return | System |