C# Class FormsSample.Charts

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

Méthodes publiques

Méthode Description
Rotate ( float toValue ) : void

Méthodes protégées

Méthode Description
OnUpdate ( float timeStep ) : void
Start ( ) : void

Private Methods

Méthode Description
Charts ( ) : System
Charts ( Urho.ApplicationOptions options = null ) : System
CreateScene ( ) : void
OnTouched ( TouchEndEventArgs e ) : void
SetupViewport ( ) : void

Method Details

OnUpdate() protected méthode

protected OnUpdate ( float timeStep ) : void
timeStep float
Résultat void

Rotate() public méthode

public Rotate ( float toValue ) : void
toValue float
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void