C# Class SamplyGame.XamarinCube

Inheritance: SamplyGame.Weapon
ファイルを表示 Open project: xamarin/urho-samples

Public Methods

Method Description
OnHit ( Aircraft target, bool killed, Urho.Node bulletNode ) : void

Protected Methods

Method Description
OnFire ( bool player ) : System.Threading.Tasks.Task

Method Details

OnFire() protected method

protected OnFire ( bool player ) : System.Threading.Tasks.Task
player bool
return System.Threading.Tasks.Task

OnHit() public method

public OnHit ( Aircraft target, bool killed, Urho.Node bulletNode ) : void
target Aircraft
killed bool
bulletNode Urho.Node
return void