C# Class SamplyGame.SamplyGame

Inheritance: Application
Afficher le fichier Open project: xamarin/urho-samples Class Usage Examples

Méthodes publiques

Méthode Description
OnCoinCollected ( ) : void

Méthodes protégées

Méthode Description
Start ( ) : void

Private Methods

Méthode Description
AddCollisionDebugBox ( Urho.Node rootNode, bool add ) : void
CreateScene ( ) : void
SamplyGame ( ) : System.Diagnostics
SamplyGame ( Urho.ApplicationOptions opts ) : System.Diagnostics
SpawnCoins ( ) : void
StartGame ( ) : System.Threading.Tasks.Task
UpdateCoins ( int amount ) : void

Method Details

OnCoinCollected() public méthode

public OnCoinCollected ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void