C# Class SpaceBattle.MouseKBInput

Inheritance: Input
Afficher le fichier Open project: luqui/space-shooter

Méthodes publiques

Méthode 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 méthode

public Aim ( Vector2 pos ) : Vector2
pos Vector2
Résultat Vector2

Back() public méthode

public Back ( ) : bool
Résultat bool

BulletWeight() public méthode

public BulletWeight ( ) : float
Résultat float

Direction() public méthode

public Direction ( ) : Vector2
Résultat Vector2

FireRing() public méthode

public FireRing ( ) : bool
Résultat bool

FiringBullet() public méthode

public FiringBullet ( ) : bool
Résultat bool

FiringEnemy() public méthode

public FiringEnemy ( ) : bool
Résultat bool

Pause() public méthode

public Pause ( ) : bool
Résultat bool

SwitchBehaviors() public méthode

public SwitchBehaviors ( ) : bool
Résultat bool

SwitchDamages() public méthode

public SwitchDamages ( ) : bool
Résultat bool

SwitchSeekers() public méthode

public SwitchSeekers ( ) : bool
Résultat bool

Update() public méthode

public Update ( ) : void
Résultat void