C# Class WatchPuzzle.WatchKitAppExtension.InterfaceController

Inheritance: WKInterfaceController
Afficher le fichier Open project: xamarin/monotouch-samples

Private Properties

Свойство Type Description
EndGame void
EndGameOnCorrectOrientation void
HandlePan void
HandleTap void
ReleaseDesignerOutlets void
RemoveParticles void
RotationFromPoint SCNMatrix4
ScreenProjection CGPoint
SetupGame void
ShowCongratulation void
SphereProjection Vector3
SphereProjection Vector3
StartGame void
UpdateText void

Méthodes publiques

Méthode Description
Awake ( NSObject context ) : void
WillActivate ( ) : void

Méthodes protégées

Méthode Description
InterfaceController ( IntPtr handle ) : System

Private Methods

Méthode Description
EndGame ( ) : void
EndGameOnCorrectOrientation ( ) : void
HandlePan ( WKPanGestureRecognizer panGesture ) : void
HandleTap ( NSObject sender ) : void
ReleaseDesignerOutlets ( ) : void
RemoveParticles ( NSTimer timer ) : void
RotationFromPoint ( Vector3 start, Vector3 end ) : SCNMatrix4
ScreenProjection ( CGPoint location, CGRect bounds ) : CGPoint
SetupGame ( ) : void
ShowCongratulation ( ) : void
SphereProjection ( CGPoint location ) : Vector3
SphereProjection ( CGPoint location, CGRect bounds ) : Vector3
StartGame ( ) : void
UpdateText ( NSTimer timer ) : void

Method Details

Awake() public méthode

public Awake ( NSObject context ) : void
context NSObject
Résultat void

InterfaceController() protected méthode

protected InterfaceController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

WillActivate() public méthode

public WillActivate ( ) : void
Résultat void