MMKPointOfView

enum MMKPointOfView : NSUInteger {}

The point of view.

Summary

Enum cases

MMKPointOfViewScreenCenter
Point of View is centered on the screen

MMKPointOfViewAdaptToFocusPointHorizontally
Point of View has an x-coordinate at focusPoint and a y-coordinate at the center of the screen

Enum cases

MMKPointOfViewScreenCenter

MMKPointOfViewScreenCenter

Point of View is centered on the screen.


MMKPointOfViewAdaptToFocusPointHorizontally

MMKPointOfViewAdaptToFocusPointHorizontally

Point of View has an x-coordinate at focusPoint and a y-coordinate at the center of the screen.