C# Class PolarBear.Player

Inheritance: Entity, InputHandler
ファイルを表示 Open project: sgdc/sgdc-old

Public Methods

Method Description
HandleInput ( SGDE game, InputComponent input ) : void
ShootProjectile ( ) : Projectile
Update ( GameTime gameTime ) : void

Method Details

HandleInput() public method

public HandleInput ( SGDE game, InputComponent input ) : void
game SGDE
input InputComponent
return void

ShootProjectile() public method

public ShootProjectile ( ) : Projectile
return Projectile

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void