C# Class SamplyGame.Missile

Inheritance: SamplyGame.Weapon
Afficher le fichier Open project: xamarin/urho-samples

Méthodes publiques

Méthode Description
OnHit ( Aircraft target, bool killed, Urho.Node bulletNode ) : void

Méthodes protégées

Méthode Description
OnFire ( bool player ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
LaunchSingleMissile ( bool left, bool player ) : System.Threading.Tasks.Task

Method Details

OnFire() protected méthode

protected OnFire ( bool player ) : System.Threading.Tasks.Task
player bool
Résultat System.Threading.Tasks.Task

OnHit() public méthode

public OnHit ( Aircraft target, bool killed, Urho.Node bulletNode ) : void
target Aircraft
killed bool
bulletNode Urho.Node
Résultat void