C# Class Ballz.GameSession.Logic.Weapons.ChargedProjectileWeapon

Inheritance: WeaponControl
Afficher le fichier Open project: SpagAachen/Ballz

Méthodes publiques

Свойство Type Description
ProjectileInAir Ballz.GameSession.World.Shot

Méthodes publiques

Méthode Description
ChargedProjectileWeapon ( Ball ball, Ballz game ) : System
FireProjectile ( ) : void
Update ( float elapsedSeconds, bool>.Dictionary KeysPressed, bool &turnEndindActionHappened, bool &canSwitchWeapon ) : void

Méthodes protégées

Méthode Description
CreateShot ( ) : Shot

Method Details

ChargedProjectileWeapon() public méthode

public ChargedProjectileWeapon ( Ball ball, Ballz game ) : System
ball Ballz.GameSession.World.Ball
game Ballz
Résultat System

CreateShot() protected méthode

protected CreateShot ( ) : Shot
Résultat Ballz.GameSession.World.Shot

FireProjectile() public méthode

public FireProjectile ( ) : void
Résultat void

Update() public méthode

public Update ( float elapsedSeconds, bool>.Dictionary KeysPressed, bool &turnEndindActionHappened, bool &canSwitchWeapon ) : void
elapsedSeconds float
KeysPressed bool>.Dictionary
turnEndindActionHappened bool
canSwitchWeapon bool
Résultat void

Property Details

ProjectileInAir public_oe property

public Shot,Ballz.GameSession.World ProjectileInAir
Résultat Ballz.GameSession.World.Shot