C# Class hyades.entity.Player

Inheritance: Entity
Show file Open project: zfedoran/bubblebound

Public Methods

Method Description
Draw ( GraphicsDevice device, Camera camera ) : void
Player ( InputDevice input ) : System
Update ( double elapsed ) : void

Method Details

Draw() public method

public Draw ( GraphicsDevice device, Camera camera ) : void
device GraphicsDevice
camera Camera
return void

Player() public method

public Player ( InputDevice input ) : System
input InputDevice
return System

Update() public method

public Update ( double elapsed ) : void
elapsed double
return void