C# Class SamplyGame.Player

Inheritance: Aircraft
ファイルを表示 Open project: xamarin/urho-samples Class Usage Examples

Protected Methods

Method Description
Init ( ) : void
OnExplode ( Urho.Node explodeNode ) : void
OnUpdate ( float timeStep ) : void

Private Methods

Method Description
MoveRandomly ( ) : void

Method Details

Init() protected method

protected Init ( ) : void
return void

OnExplode() protected method

protected OnExplode ( Urho.Node explodeNode ) : void
explodeNode Urho.Node
return void

OnUpdate() protected method

protected OnUpdate ( float timeStep ) : void
timeStep float
return void