C# Class SpaceBattle.PlayerShip

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

Méthodes publiques

Свойство Type Description
Input Input

Méthodes publiques

Méthode Description
AddRing ( ) : void
Collision ( Actor other ) : void
Die ( ) : void
Draw ( ) : void
DrawStatus ( ) : void
Equip ( string e, int amount ) : void
FasterShots ( ) : void
MoreShots ( ) : void
PlayerShip ( PlayerIndex player, Input input ) : System
PositionSetter ( Vector2 position ) : void
PrismShots ( ) : void
ResetAmmo ( ) : void
Update ( float dt ) : void

Method Details

AddRing() public méthode

public AddRing ( ) : void
Résultat void

Collision() public méthode

public Collision ( Actor other ) : void
other Actor
Résultat void

Die() public méthode

public Die ( ) : void
Résultat void

Draw() public méthode

public Draw ( ) : void
Résultat void

DrawStatus() public méthode

public DrawStatus ( ) : void
Résultat void

Equip() public méthode

public Equip ( string e, int amount ) : void
e string
amount int
Résultat void

FasterShots() public méthode

public FasterShots ( ) : void
Résultat void

MoreShots() public méthode

public MoreShots ( ) : void
Résultat void

PlayerShip() public méthode

public PlayerShip ( PlayerIndex player, Input input ) : System
player PlayerIndex
input Input
Résultat System

PositionSetter() public méthode

public PositionSetter ( Vector2 position ) : void
position Vector2
Résultat void

PrismShots() public méthode

public PrismShots ( ) : void
Résultat void

ResetAmmo() public méthode

public ResetAmmo ( ) : void
Résultat void

Update() public méthode

public Update ( float dt ) : void
dt float
Résultat void

Property Details

Input public_oe property

public Input Input
Résultat Input