C# Class WatchPuzzle.WatchKitAppExtension.InterfaceController

Inheritance: WKInterfaceController
显示文件 Open project: xamarin/monotouch-samples

Private Properties

Property 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

Public Methods

Method Description
Awake ( NSObject context ) : void
WillActivate ( ) : void

Protected Methods

Method Description
InterfaceController ( IntPtr handle ) : System

Private Methods

Method 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 method

public Awake ( NSObject context ) : void
context NSObject
return void

InterfaceController() protected method

protected InterfaceController ( IntPtr handle ) : System
handle System.IntPtr
return System

WillActivate() public method

public WillActivate ( ) : void
return void