C# Class hyades.entity.UnrestrictedPlayer

Inheritance: Entity
Show file Open project: zfedoran/bubblebound

Public Methods

Method Description
Draw ( GraphicsDevice device, Camera camera ) : void
UnrestrictedPlayer ( 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

UnrestrictedPlayer() public method

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

Update() public method

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