C# Class SpaceBattle.Input

Mostra file Open project: luqui/space-shooter

Public Methods

Method Description
Aim ( Vector2 pos ) : Vector2
Back ( ) : bool
BulletWeight ( ) : float
Direction ( ) : Vector2
FireRing ( ) : bool
FiringBullet ( ) : bool
FiringEnemy ( ) : bool
Pause ( ) : bool
SwitchBehaviors ( ) : bool
SwitchDamages ( ) : bool
SwitchSeekers ( ) : bool
Update ( ) : void

Method Details

Aim() public abstract method

public abstract Aim ( Vector2 pos ) : Vector2
pos Vector2
return Vector2

Back() public abstract method

public abstract Back ( ) : bool
return bool

BulletWeight() public abstract method

public abstract BulletWeight ( ) : float
return float

Direction() public abstract method

public abstract Direction ( ) : Vector2
return Vector2

FireRing() public abstract method

public abstract FireRing ( ) : bool
return bool

FiringBullet() public abstract method

public abstract FiringBullet ( ) : bool
return bool

FiringEnemy() public abstract method

public abstract FiringEnemy ( ) : bool
return bool

Pause() public abstract method

public abstract Pause ( ) : bool
return bool

SwitchBehaviors() public abstract method

public abstract SwitchBehaviors ( ) : bool
return bool

SwitchDamages() public abstract method

public abstract SwitchDamages ( ) : bool
return bool

SwitchSeekers() public abstract method

public abstract SwitchSeekers ( ) : bool
return bool

Update() public abstract method

public abstract Update ( ) : void
return void