C# Class KineticMath.Views.TutorialView

Interaction logic for TutorialScreen.xaml
Inheritance: BaseView
Afficher le fichier Open project: kingston/kineticmath

Méthodes publiques

Méthode Description
OnViewDeactivated ( ) : void
TutorialView ( ) : System

Private Methods

Méthode Description
BaseView_MouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
HitBall ( int index, System.Windows.Vector velocity ) : void
RegisterGestures ( ) : void
TutorialView_Loaded ( object sender, RoutedEventArgs e ) : void
hitGesture_RectHit ( object sender, RectHitEventArgs e ) : void
setHitZone ( ) : void
startBrickAnimation ( ) : void

Method Details

OnViewDeactivated() public méthode

public OnViewDeactivated ( ) : void
Résultat void

TutorialView() public méthode

public TutorialView ( ) : System
Résultat System