C# Class cruisin_asu.GameObjects.PlayerGameObject

Inheritance: MovingGameObject
Afficher le fichier Open project: travis134/racing-asu Class Usage Examples

Méthodes publiques

Méthode Description
PlayerGameObject ( String texturePath, Vector2 position, Controller controller ) : System
Update ( GameTime gameTime ) : void

Method Details

PlayerGameObject() public méthode

public PlayerGameObject ( String texturePath, Vector2 position, Controller controller ) : System
texturePath String
position Vector2
controller cruisin_asu.Helpers.Controller
Résultat System

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void