Property | Type | Description | |
---|---|---|---|
ClearView | void | ||
MainViewController | System | ||
ToggleDebugDrawing | void | ||
ToggleUsePreciseLocations | void | ||
UpdateReticleView | void |
Method | Description | |
---|---|---|
GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask | ||
MainViewController ( |
||
ShouldAutorotate ( ) : bool | ||
TouchesBegan ( NSSet touches, UIEvent evt ) : void | ||
TouchesCancelled ( NSSet touches, UIEvent evt ) : void | ||
TouchesEnded ( NSSet touches, UIEvent evt ) : void | ||
TouchesEstimatedPropertiesUpdated ( NSSet touches ) : void | ||
TouchesMoved ( NSSet touches, UIEvent evt ) : void | ||
ViewDidLoad ( ) : void |
Method | Description | |
---|---|---|
ClearView ( UIBarButtonItem sender ) : void | ||
MainViewController ( NSCoder coder ) : System | ||
ToggleDebugDrawing ( UIButton sender ) : void | ||
ToggleUsePreciseLocations ( UIButton sender ) : void | ||
UpdateReticleView ( UITouch touch, bool predicated = false ) : void |
public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask | ||
return | UIInterfaceOrientationMask |
public MainViewController ( |
||
handle | ||
return | System |
public TouchesBegan ( NSSet touches, UIEvent evt ) : void | ||
touches | NSSet | |
evt | UIEvent | |
return | void |
public TouchesCancelled ( NSSet touches, UIEvent evt ) : void | ||
touches | NSSet | |
evt | UIEvent | |
return | void |
public TouchesEnded ( NSSet touches, UIEvent evt ) : void | ||
touches | NSSet | |
evt | UIEvent | |
return | void |
public TouchesEstimatedPropertiesUpdated ( NSSet touches ) : void | ||
touches | NSSet | |
return | void |
public TouchesMoved ( NSSet touches, UIEvent evt ) : void | ||
touches | NSSet | |
evt | UIEvent | |
return | void |